Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour ↵ | Erlend E. Aasland | 2022-11-12 | 1 | -0/+173 |
| | | | | | | | | | | (#93823) Introduce the autocommit attribute to Connection and the autocommit parameter to connect() for PEP 249-compliant transaction handling. Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Géry Ogam <gery.ogam@gmail.com> | ||||
* | gh-84623: Remove unused imports (#94132) | Victor Stinner | 2022-06-22 | 1 | -1/+1 |
| | |||||
* | gh-94028: Clear and reset sqlite3 statements properly in cursor iternext ↵ | Erlend Egeberg Aasland | 2022-06-21 | 1 | -0/+39 |
| | | | | (GH-94042) | ||||
* | gh-93795: Use test.support TESTFN/unlink in sqlite3 tests (#93796) | Erlend Egeberg Aasland | 2022-06-14 | 1 | -17/+15 |
| | |||||
* | bpo-46425: use absolute imports in `test_sqlite3` (GH-30676) | Nikita Sobolev | 2022-01-22 | 1 | -1/+1 |
| | |||||
* | bpo-44092: Don't reset statements/cursors before rollback (GH-26026) | Erlend Egeberg Aasland | 2022-01-03 | 1 | -6/+39 |
| | | | In SQLite versions pre 3.7.11, pending statements would block a rollback. This is no longer the case, so remove the workaround. | ||||
* | bpo-45512: Extend `sqlite3` test suite regarding isolation levels (GH-29576) | Erlend Egeberg Aasland | 2021-11-17 | 1 | -0/+100 |
| | |||||
* | bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304) | Erlend Egeberg Aasland | 2021-10-29 | 1 | -0/+200 |
Automerge-Triggered-By: GH:brettcannon |