-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-47707: [C++][FlightRPC] Add tests for descriptor handle allocation #48053
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
| // GH-47706 TODO: Add tests for SQLAllocStmt, pre-requisite requires | ||
| // SQLDriverConnect implementation | ||
|
|
||
| // GH-47707 TODO: Add tests for SQL_HANDLE_DESC implementation for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO - add /brief doxygen doc for RevertAppDescriptor in odbc_statement.h
Co-Authored-By: alinalibq <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR needs to be rebased onto main after PR #47764 is merged
65a1708 to
5041f73
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar here, would need to rebase after #47762 merged to get rid of duplicate changes, as this PR depends on it
Rationale for this change
Add tests for
SQL_HANDLE_DESCdescriptor handle allocation, and diagnostics testWhat changes are included in this PR?
SQL_HANDLE_DESCAre these changes tested?
Tested on local MSVC Windows
Are there any user-facing changes?
N/A