summaryrefslogtreecommitdiff
path: root/Lib/test/test_sqlite3/test_regression.py
Commit message (Expand)AuthorAgeFilesLines
* 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