-
Notifications
You must be signed in to change notification settings - Fork 99
feat: use DML batches in executemany() method
#412
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
25 commits
Select commit
Hold shift + click to select a range
168dfb4
feat: use mutations for executemany() inserts
35bce43
add unit test and fix parsing
2540ff7
add use_mutations flag into Connection class
0f8a8ff
use three-values flag for use_mutations
1aa1359
update docstrings
dcc1a94
use batch DMLs for executemany() method
60d2d1a
prepare args before inserting into SQL statement
b919443
erase mutation mentions
e70ace8
next step
c75bbbf
Merge branch 'master' into mutations_support
62c1b2b
next step
62b937d
next step
d34ae20
fixes
cdc2faf
add unit tests for UPDATE and DELETE statements
a0f60d2
don't propagate errors to users on retry
aec86e3
lint fixes
924430a
use run_in_transaction
d66d401
refactor the tests code
3e623e4
Merge branch 'master' into mutations_support
404e521
fix merge conflict
916ec7a
fix the unit test
6125727
revert some changes
b22be98
use executemany for test data insert
ac1d8b9
Merge branch 'master' into mutations_support
8431011
Merge branch 'master' into mutations_support
larkee 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
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.