Skip to content
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

feat!: inline BeginTransaction with first statement #1253

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
0092e07
feat: inline BeginTransaction with first statement
olavloite Oct 12, 2020
2a8d197
feat: inline BeginTransaction with first statement
olavloite Nov 7, 2020
bc4984c
Merge branch 'master' into inline-begin-tx
olavloite Dec 21, 2020
2bad0a4
feat: do not inline begin during retry
olavloite Dec 21, 2020
de22cb7
test: fix unit tests
olavloite Dec 24, 2020
54eecc1
fix: check for null or undefined
olavloite Dec 24, 2020
696bf32
Merge branch 'master' into inline-begin-tx
olavloite Dec 24, 2020
6354521
fix: fix linting
olavloite Dec 24, 2020
aaeed89
fix: add error handlers for non-returned transactions
olavloite Dec 25, 2020
ee39b6e
fix: do not request new transaction for stream with resume token
olavloite Dec 27, 2020
0a85cb6
fix: retry transaction if first statement is async and fails
olavloite Dec 27, 2020
28cdc27
test: add tests
olavloite Dec 27, 2020
de926bc
chore: fix linting and docs
olavloite Dec 27, 2020
61892da
fix: fix linkinator config to work with latest
olavloite Dec 27, 2020
2fbdcb2
fix: always request a write session and let the inlineBegin option in…
olavloite Jan 2, 2021
942d50d
test: enable inline-begin by default
olavloite Jan 2, 2021
b39c6e0
chore: fix linting
olavloite Jan 2, 2021
6513035
revert: remove linkinator config change
olavloite Jan 2, 2021
811827f
fix: mark methods as internal or private
olavloite Jan 2, 2021
285e8b6
fix: fix error handling when batchDml is second request
olavloite Jan 2, 2021
30ce347
Merge branch 'master' into inline-begin-tx
olavloite Jan 25, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ system-test/*key.json
.DS_Store
package-lock.json
__pycache__
.idea
Loading