Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-90016: Deprecate default sqlite3 adapters and converters (#94276) | Erlend Egeberg Aasland | 2022-07-20 | 1 | -2/+4 |
* | Clean up the sqlite3 tests (GH-93056) | Serhiy Storchaka | 2022-05-21 | 1 | -5/+5 |
* | gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054) | Erlend Egeberg Aasland | 2022-05-03 | 1 | -0/+39 |
* | bpo-44859: Raise more accurate exceptions in `sqlite3` (GH-27695) | Erlend Egeberg Aasland | 2022-03-17 | 1 | -6/+9 |
* | bpo-46425: use absolute imports in `test_sqlite3` (GH-30676) | Nikita Sobolev | 2022-01-22 | 1 | -3/+2 |
* | bpo-44092: Don't reset statements/cursors before rollback (GH-26026) | Erlend Egeberg Aasland | 2022-01-03 | 1 | -22/+0 |
* | bpo-45754: Use correct SQLite limit when checking statement length (GH-29489) | Erlend Egeberg Aasland | 2021-11-10 | 1 | -3/+3 |
* | bpo-45243: Use connection limits to simplify `sqlite3` tests (GH-29356) | Erlend Egeberg Aasland | 2021-11-05 | 1 | -12/+14 |
* | bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304) | Erlend Egeberg Aasland | 2021-10-29 | 1 | -0/+491 |