cpython/Lib/sqlite3/test
Miss Islington (bot) 04285502ba
gh-100553: Improve accuracy of sqlite3.Row iter test (GH-100555)
(cherry picked from commit 3dc48dabd4)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
2022-12-27 17:16:53 -08: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 gh-100553: Improve accuracy of sqlite3.Row iter test (GH-100555) 2022-12-27 17:16:53 -08: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