FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-27334: roll back transaction if sqlite3 context manager fails to commit by erlend-aasland · Pull Request #26202 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-27334: roll back transaction if sqlite3 context manager fails to commit
- #26202
#26202
Merged
pablogsal
merged 26 commits into
python:main
python/cpython:main
from
erlend-aasland:sqlite-ctx-rollback
erlend-aasland/cpython:sqlite-ctx-rollback
Copy head branch name to clipboard
Aug 25, 2021
Conversation
Commits
26
(26)
Checks
Files changed
Merged
bpo-27334: roll back transaction if sqlite3 context manager fails to commit
#26202
pablogsal
merged 26 commits into
python:main
python/cpython:main
from
erlend-aasland:sqlite-ctx-rollback
erlend-aasland/cpython:sqlite-ctx-rollback
Copy head branch name to clipboard
Commits
Commits on May 17, 2021
bpo-27334: sqlite3 context manager now rolls back if commit fails
Show description for a1361e6
Erlend E. Aasland
and
berkerpeksag
committed
a1361e6
View commit details
Copy full SHA for a1361e6
Browse repository at this point
Add NEWS
Erlend E. Aasland
committed
7111bba
View commit details
Copy full SHA for 7111bba
Browse repository at this point
Add explanatory comments to test
Erlend E. Aasland
committed
0b63628
View commit details
Copy full SHA for 0b63628
Browse repository at this point
PEP 8
Erlend E. Aasland
committed
fce98f1
View commit details
Copy full SHA for fce98f1
Browse repository at this point
Commits on May 19, 2021
Prevent accidentally clearing the current exception
Erlend E. Aasland
committed
3edde50
View commit details
Copy full SHA for 3edde50
Browse repository at this point
... and clean up
Erlend E. Aasland
committed
99c4157
View commit details
Copy full SHA for 99c4157
Browse repository at this point
Use test.support.SHORT_TIMEOUT to wait for sub-process
Erlend E. Aasland
committed
581bc44
View commit details
Copy full SHA for 581bc44
Browse repository at this point
Adjust comment
Erlend E. Aasland
committed
31f43fa
View commit details
Copy full SHA for 31f43fa
Browse repository at this point
Commits on May 20, 2021
Make rollback thread friendly, and use _pysqlite_seterror to check the return value
Erlend E. Aasland
committed
a66828b
View commit details
Copy full SHA for a66828b
Browse repository at this point
Commits on May 22, 2021
Remove unused variable
Erlend E. Aasland
committed
cdb0d50
View commit details
Copy full SHA for cdb0d50
Browse repository at this point
Dedent test script using if 1 trick
Erlend E. Aasland
committed
e5fdaf7
View commit details
Copy full SHA for e5fdaf7
Browse repository at this point
Commits on May 25, 2021
Use test.support.TIMEOUT to adjust connection timeout
Erlend E. Aasland
committed
f67591c
View commit details
Copy full SHA for f67591c
Browse repository at this point
Commits on Jun 2, 2021
Address review: make news entry less low level-ish
Erlend E. Aasland
committed
4e654d0
View commit details
Copy full SHA for 4e654d0
Browse repository at this point
Chain exceptions if rollback also fails
Erlend E. Aasland
committed
98d3ada
View commit details
Copy full SHA for 98d3ada
Browse repository at this point
Address review
Erlend E. Aasland
committed
195edbe
View commit details
Copy full SHA for 195edbe
Browse repository at this point
Commits on Jun 3, 2021
Add managed connection helper
Erlend E. Aasland
committed
da26486
View commit details
Copy full SHA for da26486
Browse repository at this point
Merge branch 'main' into sqlite-ctx-rollback
Erlend E. Aasland
committed
e5f9e16
View commit details
Copy full SHA for e5f9e16
Browse repository at this point
Fix tests (cannot use managed_connect() bco. shared access
Erlend E. Aasland
committed
43ea594
View commit details
Copy full SHA for 43ea594
Browse repository at this point
Revert "Fix tests (cannot use managed_connect() bco. shared access"
Show description for 1d4bcf9
Erlend E. Aasland
committed
1d4bcf9
View commit details
Copy full SHA for 1d4bcf9
Browse repository at this point
Fix tests (cannot use managed_connect() bco. shared access
Erlend E. Aasland
committed
a4b388e
View commit details
Copy full SHA for a4b388e
Browse repository at this point
Commits on Jun 17, 2021
Merge branch 'main' into sqlite-ctx-rollback
Erlend E. Aasland
committed
b03ee62
View commit details
Copy full SHA for b03ee62
Browse repository at this point
Commits on Jun 20, 2021
Merge branch 'main' into sqlite-ctx-rollback
Erlend E. Aasland
committed
b4c8d39
View commit details
Copy full SHA for b4c8d39
Browse repository at this point
Commits on Jun 24, 2021
Merge branch 'main' into sqlite-ctx-rollback
Erlend E. Aasland
committed
da65db8
View commit details
Copy full SHA for da65db8
Browse repository at this point
Commits on Jun 27, 2021
Rewrite test
Show description for 1c93e9f
Erlend E. Aasland
committed
1c93e9f
View commit details
Copy full SHA for 1c93e9f
Browse repository at this point
Restore comments
Erlend E. Aasland
committed
a32943c
View commit details
Copy full SHA for a32943c
Browse repository at this point
Commits on Aug 8, 2021
Merge branch 'main' into sqlite-ctx-rollback
Erlend E. Aasland
committed
175d4a0
View commit details
Copy full SHA for 175d4a0
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL