cpython/Lib/sqlite3/test
Hai Shi 598a951844
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
2020-08-07 17:18:38 +02:00
..
__init__.py
backup.py bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131) 2018-03-18 03:48:55 +03:00
dbapi.py bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386) 2019-06-26 03:16:24 +02:00
dump.py #15545: fix sqlite3.iterdump regression on unsortable row_factory objects. 2013-01-10 11:04:09 -05:00
factory.py bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) 2019-09-17 09:20:56 +03:00
hooks.py bpo-40275: Use new test.support helper submodules in tests (GH-21764) 2020-08-07 17:18:38 +02:00
regression.py bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942) 2020-03-21 15:53:28 +02:00
transactions.py bpo-28518: Start a transaction implicitly before a DML statement (#245) 2017-02-26 18:22:38 +03:00
types.py bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942) 2020-03-21 15:53:28 +02:00
userfunctions.py bpo-40784: Fix sqlite3 deterministic test (GH-20448) 2020-05-29 02:27:31 +03:00