cpython/Lib/test/test_sqlite3
Erlend Egeberg Aasland 9d6a239a34
bpo-44092: Don't reset statements/cursors before rollback (GH-26026)
In SQLite versions pre 3.7.11, pending statements would block a rollback.  This is no longer the case, so remove the workaround.
2022-01-03 19:02:39 +00:00
..
__init__.py
__main__.py
test_backup.py
test_dbapi.py bpo-45512: Extend `sqlite3` test suite regarding isolation levels (GH-29576) 2021-11-17 19:01:54 +09:00
test_dump.py
test_factory.py
test_hooks.py bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591) 2021-11-29 15:22:32 +00:00
test_regression.py bpo-44092: Don't reset statements/cursors before rollback (GH-26026) 2022-01-03 19:02:39 +00:00
test_transactions.py bpo-44092: Don't reset statements/cursors before rollback (GH-26026) 2022-01-03 19:02:39 +00:00
test_types.py
test_userfunctions.py bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591) 2021-11-29 15:22:32 +00:00