0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-25 00:49:41 +01:00
sqlite/ext/recover
dan 041cc06139 Better handling for databases with corrupt headers.
FossilOrigin-Name: 17f68d803685405d880025134c71bac01077962d677f2902a608952d0b9cdb5a
2022-10-04 19:43:12 +00:00
..
recover1.test Update things to use sqlite3_recover_step() internally. 2022-09-24 18:05:52 +00:00
recover_common.tcl
recoverclobber.test
recovercorrupt2.test Include recovery extension in configure/make builds of testfixture. 2022-09-14 20:45:46 +00:00
recovercorrupt.test
recoverfault2.test
recoverfault.test Extra tests and fixes. 2022-09-14 18:57:46 +00:00
recoverold.test
recoverrowid.test
recoverslowidx.test Add the SQLITE_RECOVER_SLOWINDEXES option, for specifying that indexes should be created and populated along with tables, instead of separately at the end of the recovery operation. 2022-09-24 19:54:49 +00:00
recoversql.test
sqlite3recover.c Better handling for databases with corrupt headers. 2022-10-04 19:43:12 +00:00
sqlite3recover.h Add the SQLITE_RECOVER_SLOWINDEXES option, for specifying that indexes should be created and populated along with tables, instead of separately at the end of the recovery operation. 2022-09-24 19:54:49 +00:00
test_recover.c Add the SQLITE_RECOVER_SLOWINDEXES option, for specifying that indexes should be created and populated along with tables, instead of separately at the end of the recovery operation. 2022-09-24 19:54:49 +00:00