forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Implement SQLGetStmtAttr and SQLSetStmtAttr #57
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 18 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
4516e4c
Implement SQLGetStmtAttr and SQLSetStmtAttr
rscales 12a059f
Reformat files
rscales 04962f3
Add initial version of statement attr tests
rscales a5735bf
Change order to have log as first line in method
rscales 6f3e58a
Fix outstanding issues from test cases
rscales 22469a0
Revert back to use void return for ODBCStatement GetStmtAttr and SetS…
rscales e5cdd2b
Fix formatting issues
rscales bbbdedf
Fix additional test case issues
rscales 570fa28
Fix issue with expected returned value for SQL_ATTR_ROW_NUMBER test
rscales 87800d5
Revert to use null SQLPOINTER for SQL_ATTR_FETCH_BOOKMARK_PTR default…
rscales 403a53b
Update tests that require use of SQLPOINTER data
rscales 44c331c
Fix copy and paste error for SQL_ATTR_PARAM_STATUS_PTR test case
rscales 413723e
Merge branch 'apache-odbc' into sql-get-stmt-attr
rscales 6cdff25
Update to address comments from review
rscales b192397
Merge branch 'sql-get-stmt-attr' of https://github.com/Bit-Quill/arro…
rscales 17f2e16
Add SQLPOINTER static casts where missing
rscales 599ffec
Empty commit to force running workflows
rscales 61af11d
Empty commit to force running workflows
rscales db63cdb
Reformat entry points file due to line added by merge
rscales dfbf53b
Add missing this reference for statement instance
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.
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.