Files
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
..