Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-43265: Improve sqlite3.Connection.backup error handling (GH-24586) | Erlend Egeberg Aasland | 2021-04-14 | 1 | -4/+1 |
* | bpo-40956: Fix segfault when Connection.backup is called without target (GH-2... | Erlend Egeberg Aasland | 2021-02-10 | 1 | -1/+3 |
* | bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-... | Erlend Egeberg Aasland | 2021-01-07 | 1 | -1/+1 |
* | bpo-41815: SQLite: segfault if backup called on closed database (GH-22322) | Peter McCormick | 2020-09-20 | 1 | -0/+7 |
* | bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909) | Erlend Egeberg Aasland | 2020-09-07 | 1 | -1/+0 |
* | bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131) | Aviv Palivoda | 2018-03-18 | 1 | -3/+1 |
* | bpo-27645: Skip test_bad_target_in_transaction if SQLite == 3.8.7.1 (GH-6067) | Berker Peksag | 2018-03-11 | 1 | -0/+2 |
* | bpo-27645: Add support for native backup facility of SQLite (GH-4238) | Emanuele Gaifas | 2018-03-10 | 1 | -0/+162 |