This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-30 22:55:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Lib
/
sqlite3
/
test
History
Erlend Egeberg Aasland
52702e8ba0
[3.9] bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202) (GH-27944)
2021-08-25 20:02:25 +01:00
..
__init__.py
…
backup.py
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
2020-09-21 15:05:17 -07:00
dbapi.py
[3.9] bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202) (GH-27944)
2021-08-25 20:02:25 +01:00
dump.py
…
factory.py
…
hooks.py
[3.9] sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032). (GH-26128)
2021-05-15 01:50:03 +09:00
regression.py
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
2020-09-17 00:57:07 -07:00
transactions.py
…
types.py
…
userfunctions.py
[3.9] bpo-44822: Don't truncate
str
s with embedded NULL chars returned by
sqlite3
UDF callbacks (GH-27588). (GH-27639)
2021-08-07 00:02:06 +03:00