-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-47713: [C++][FlightRPC] ODBC return number of result columns #48036
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
Conversation
a940fec to
df78aae
Compare
| /** | ||
| * @brief Closes the cursor. This does _not_ un-prepare the statement or change | ||
| * bindings. |
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.
The other @brief usages will be changed in their respective PRs
|
@lidavidm this draft PR is ready for review! Please have a look |
d4b91ec to
baaa1e8
Compare
|
This needs to be rebased! |
Update docs Co-Authored-By: alinalibq <[email protected]>
baaa1e8 to
a574826
Compare
|
Ty for the heads up, rebased |
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 2a3c5db. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 23 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
Implement ODBC to return the number of result columns
What changes are included in this PR?
Are these changes tested?
Tested locally on MSVC
Are there any user-facing changes?
N/A