forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Implement SQLGetInfo #53
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
Merged
Merged
Changes from 17 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
404d074
Implement SQLGetInfo
rscales 17417e1
Add build related directories to git ignore
rscales ddef36c
Update based on comments from draft review
rscales 9b86d58
Add tests for DBMS Product Information
rscales 14948b5
Move validation check to within ExecuteWithDiagnostics lambda
rscales 50c6ae0
Move helper functions to top of file
rscales 01aca6f
Add tests for Data Source Information
rscales 6ee5e08
Add tests for Supported SQL
rscales 0856fc4
Add tests for SQL Limits
rscales f532c12
Add tests for Scalar Function Information
rscales 562057b
Add tests for Conversion Information
rscales f9e6f54
Move connection info test to be above connection test file
rscales 27f5b5f
Change to use compact namespace inclusion
rscales e8747d3
Clean up comments
rscales 7c5c27d
Allow validation of wchar string when truncation occurs
rscales 74a406b
Fix comment for failing test case
rscales 9026501
Add default values in get info cache for missing types
rscales 824ec82
Reformat connection info test cases
rscales 5311299
Update default value for SQL_TIMEDATE_FUNCTIONS to show support for a…
rscales dc767b2
Merge branch 'apache-odbc' into sql-get-info
rscales 214f1a4
Empty commit to force running workflows
rscales 44d9f86
Merge branch 'sql-get-info' of https://github.com/Bit-Quill/arrow int…
rscales 4ad8ef8
Merge branch 'apache-odbc' into sql-get-info
rscales ce4b702
Use bitmasks to create value for SQL_AGGREGATE_FUNCTIONS
rscales e7f7493
Use bitmasks to create value for SQL_TIMEDATE_ADD_INTERVALS
rscales ca3137b
Use bitmask to create default value for SQL_TIMEDATE_DIFF_INTERVALS
rscales 443f4dc
Use bitmask to create default value for SQL_GETDATA_EXTENSIONS
rscales 070ec90
Use default value for SQL_CURSOR_SENSITIVITY
rscales bca7792
Add error code to default return for odbc connection get info
rscales 8dbb6bd
Update connection info test to use arrow::flight::sql::odbc namespace
rscales 5b3348e
Update to use defined values from sqlext.h
rscales e385eed
Return error code HY096 for invalid attributes in or out of expected …
rscales File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.