-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-47724: [C++][FlightRPC] ODBC: implement SQLDescribeCol #48052
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
|
|
3651989 to
cbaabaf
Compare
|
@lidavidm this draft PR is ready for review! Please have a look. Please note: #48052 (comment) |
b9480f8 to
b6fdfd6
Compare
e7e471b to
1cf04e2
Compare
1cf04e2 to
d6a9d12
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.
Is there a better way to name these than '2' and '3'?
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.
Yup, I have changed ODBC2 to ODBCVer2 and ODBC3 to ODBCVer3 for better readability
This PR depends on SQLColAttribute for descriptor fixes, SQLColumns, SQLTables, and SQLGetTypeInfo for tests Co-Authored-By: rscales <[email protected]>
Work on David's comment.
d6a9d12 to
69fa019
Compare
Rationale for this change
Implement SQLDescribeCol which "returns the result descriptor - column name,type, column size, decimal digits, and nullability - for one column in the result set. This information also is available in the fields of the IRD." (Microsoft doc reference)
What changes are included in this PR?
Are these changes tested?
Tested locally on MSVC Windows
Are there any user-facing changes?
n/a