summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sqlite3/test_regression.py
Commit message (Expand)AuthorAgeFilesLines
* add missing gc_collect() calls in sqlite3 tests (#127446)CF Bolz-Tereick2024-12-021-0/+2
* gh-105539: Explict resource management for connection objects in sqlite3 test...Erlend E. Aasland2023-08-171-66/+57
* GH-103805: Lib test f541 linting issue fix (#103812)Rodolfo M. Pereira2023-04-241-3/+3
* gh-90016: Deprecate default sqlite3 adapters and converters (#94276)Erlend Egeberg Aasland2022-07-201-2/+4
* Clean up the sqlite3 tests (GH-93056)Serhiy Storchaka2022-05-211-5/+5
* gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054)Erlend Egeberg Aasland2022-05-031-0/+39
* bpo-44859: Raise more accurate exceptions in `sqlite3` (GH-27695)Erlend Egeberg Aasland2022-03-171-6/+9
* bpo-46425: use absolute imports in `test_sqlite3` (GH-30676)Nikita Sobolev2022-01-221-3/+2
* bpo-44092: Don't reset statements/cursors before rollback (GH-26026)Erlend Egeberg Aasland2022-01-031-22/+0
* bpo-45754: Use correct SQLite limit when checking statement length (GH-29489)Erlend Egeberg Aasland2021-11-101-3/+3
* bpo-45243: Use connection limits to simplify `sqlite3` tests (GH-29356)Erlend Egeberg Aasland2021-11-051-12/+14
* bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)Erlend Egeberg Aasland2021-10-291-0/+491