sqlite/ext/recover
drh 053bb22f35 Fix harmless compiler warnings in testing code.
FossilOrigin-Name: 2f53612388507f9b1ecbec3c15281825beab54b8062d97d0ab6f009c5fed347b
2022-10-28 18:52:05 +00:00
..
dbdata.c Fix harmless compiler warnings in testing code. 2022-10-28 18:52:05 +00:00
recover1.test Fix a problem with running ".recover" on an in-memory database. 2022-10-27 11:12:54 +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 Fix another crash in the recover extension triggered by a corrupt database. 2022-10-27 20:27:45 +00:00
recovercorrupt.test Move file /ext/misc/dbdata.c to the /ext/recover/ directory. 2022-10-19 18:03:39 +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
recoverpgsz.test Add tests for detecting page size of databases. 2022-10-13 20:06:17 +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 Ensure the page-size, auto-vacuum and other settings are copied into the recovered database. 2022-10-06 21:00:23 +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 Fix harmless compiler warnings in testing code. 2022-10-28 18:52:05 +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