cpython/Lib/sqlite3/test
Miss Islington (bot) 8a1bade510
[3.10] gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (GH-9621) (#94015)
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
(cherry picked from commit affa9f22cf)

Co-authored-by: itssme <itssme3000@gmail.com>
2022-06-20 02:14:57 +02:00
..
__init__.py
backup.py bpo-43265: Improve sqlite3.Connection.backup error handling (GH-24586) 2021-04-14 14:45:49 +03:00
dbapi.py [3.10] gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93526) (GH-93599) 2022-06-08 13:31:14 +02:00
dump.py [3.10] gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (GH-9621) (#94015) 2022-06-20 02:14:57 +02:00
factory.py bpo-42847: Normalise Lib/sqlite3/test/* file encodings (GH-24147) 2021-01-07 02:36:35 +02:00
hooks.py [3.10] gh-89301: Fix regression with bound values in traced SQLite statements (#92147) 2022-05-02 10:21:13 -06:00
regression.py [3.10] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#92274) 2022-05-05 12:46:21 -07:00
transactions.py [3.10] gh-93795: Use test.support TESTFN/unlink in sqlite3 tests (GH-93796). (#93809) 2022-06-14 17:41:50 +02:00
types.py bpo-43752: Fix sqlite3 regression for zero-sized blobs with converters (GH-25228) 2021-04-14 14:18:49 +03:00
userfunctions.py [3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) 2022-02-20 16:13:04 -08:00