feat: use DML batches in executemany() method#412
Merged
larkee merged 25 commits intogoogleapis:masterfrom Aug 9, 2021
Merged
Conversation
olavloite
reviewed
Jul 14, 2021
olavloite
reviewed
Jul 16, 2021
skuruppu
reviewed
Jul 23, 2021
skuruppu
reviewed
Jul 23, 2021
olavloite
reviewed
Jul 23, 2021
IlyaFaer
commented
Jul 26, 2021
olavloite
reviewed
Jul 27, 2021
olavloite
reviewed
Jul 27, 2021
executemany() method
olavloite
reviewed
Aug 3, 2021
olavloite
approved these changes
Aug 4, 2021
larkee
reviewed
Aug 9, 2021
Contributor
larkee
left a comment
There was a problem hiding this comment.
LGTM, but would you mind updating the DML in the test_execute_many system test so that we are testing this feature against the emulator and production?
larkee
approved these changes
Aug 9, 2021
tseaver
added a commit
that referenced
this pull request
Aug 9, 2021
larkee
pushed a commit
that referenced
this pull request
Aug 11, 2021
* tests: move instance API systests to own module Refactor to use pytest fixtures / idioms, rather than old 'Config' setup / teardown. Toward #472. * tests: move database API systests to own module Refactor to use pytest fixtures / idioms, rather than old 'Config' setup / teardown. Toward #472. * tests: move table API systests to own module Refactor to use pytest fixtures / idioms, rather than old 'Config' setup / teardown. Toward #472. * tests: move backup API systests to own module [WIP] Refactor to use pytest fixtures / idioms, rather than old 'Config' setup / teardown. Toward #472. * tests: move streaming/chunnking systests to own module Refactor to use pytest fixtures / idioms, rather than old 'Config' setup / teardown. Toward #472. * tests: move session API systests to own module Refactor to use pytest fixtures / idioms, rather than old 'Config' setup/ teardown. Toward #472. * tests: move dbapi systests to owwn module Refactor to use pytest fixtures / idioms, rather than old 'Confog' setup / teardown. Toward #472. * tests: remove legacy systest setup / teardown code Closes #472. * tests: don't pre-create datbase before restore attempt * tests: fix instance config fixtures under emulator * tests: clean up alt instnce at module scope Avoids clash with 'test_list_instances' expectatons. * tests: work around MethodNotImplemented Raised from 'ListBackups' API on the CI emulator, but not locally. * chore: drop use of pytz in systests See #479 for rationale. * chore: fix fossil in comment * chore: move '_check_batch_status' to only calling module Likewise the 'FauxCall' helper class it uses. * chore: improve testcase name * tests: replicate dbapi systest changes from #412 into new module
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.