sqlite/ext/recover
dan adc686043e Improve handling of corruption in the sqlite_schema table b-tree structure.
FossilOrigin-Name: 2be0dba12fb9b98cd9632f1ff3f30aeb29661a2e121b68c2f3335617b027797b
2022-10-05 16:58:28 +00:00
..
recover1.test Update things to use sqlite3_recover_step() internally. 2022-09-24 18:05:52 +00:00
recover_common.tcl Add new files for an extension to recover data from corrupted databases. 2022-08-31 20:45:43 +00:00
recoverclobber.test Add tests. Deal issues surrounding aborting recovery from within the SQL callback, and avoiding the pending-byte page. 2022-09-13 18:08:24 +00:00
recovercorrupt2.test Include recovery extension in configure/make builds of testfixture. 2022-09-14 20:45:46 +00:00
recovercorrupt.test Improve handling of corruption in the sqlite_schema table b-tree structure. 2022-10-05 16:58:28 +00:00
recoverfault2.test Fix recovery of utf-16 databases. 2022-09-14 16:37:59 +00:00
recoverfault.test Extra tests and fixes. 2022-09-14 18:57:46 +00:00
recoverold.test Add tests. Deal issues surrounding aborting recovery from within the SQL callback, and avoiding the pending-byte page. 2022-09-13 18:08:24 +00:00
recoverrowid.test Add tests. Deal issues surrounding aborting recovery from within the SQL callback, and avoiding the pending-byte page. 2022-09-13 18:08:24 +00:00
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 Add tests. Deal issues surrounding aborting recovery from within the SQL callback, and avoiding the pending-byte page. 2022-09-13 18:08:24 +00:00
sqlite3recover.c Improve handling of corruption in the sqlite_schema table b-tree structure. 2022-10-05 16:58:28 +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