-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-33475: [Java] Add parameter binding for Prepared Statements in JDBC driver #38404
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 all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
ef349c6
Add parameter binding for Prepared Statements
aiguofer 0049dad
Cleanup, fix parameter VSR closing, add basic test
aiguofer 4d0ce8f
fix docstring
aiguofer d2cb667
Add test for binding query params
aiguofer cad225a
Fix test for query params
aiguofer 3bb139b
.
aiguofer a30f0af
modify for consistency
aiguofer 30763ae
Address ArrowToJdbc type conversion feedback
aiguofer 0942a39
.
aiguofer f421080
Refactor param converter logic
aiguofer ebded8b
Merge branch 'main' into add_parameters
aiguofer eb087cb
Simplify
aiguofer cc3ea42
Simplify more
aiguofer cf658a3
Move back convertutils
aiguofer 84b1c91
formatting and rename setParameter -> bindParameter
aiguofer 3b44078
.
aiguofer d3244e6
moar formatting
aiguofer 2b136a7
docstrings and reword exceptions
aiguofer 7d4abbb
Last docstring
aiguofer af4f4cc
Add test for batched params
aiguofer facc0dc
Add converter for missing types
aiguofer ea49366
Improve casting for TypedValues
aiguofer e6883d6
Merge branch 'main' into add_parameters
aiguofer 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.