summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3/test/backup.py
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021) (GH-2...Serhiy Storchaka2021-08-291-1/+2
* bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)Miss Islington (bot)2020-09-211-0/+7
* bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131)Aviv Palivoda2018-03-181-3/+1
* bpo-27645: Skip test_bad_target_in_transaction if SQLite == 3.8.7.1 (GH-6067)Berker Peksag2018-03-111-0/+2
* bpo-27645: Add support for native backup facility of SQLite (GH-4238)Emanuele Gaifas2018-03-101-0/+162