0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-28 16:09:31 +01:00
sqlite/ext/recover
dan 23cfa0138e Fix an assert() failure in sqlite3recover.c.
FossilOrigin-Name: f52bb19281b189508f5c31305cbd4a5651f3e036a4ee753c64488b0c7e5d2e4d
2024-11-08 20:44:16 +00:00
..
dbdata.c
recover1.test If there is no data available for a field in a corrupted record, but the type is available, have the recovery extension substitute 0, 0.0, '' or X'' instead of a NULL value. 2024-05-15 15:06:27 +00:00
recover_common.tcl Fix Tcl tests so that they again build and run with SQLITE_OMIT_VIRTUALTABLE defined. 2022-11-04 15:17:14 +00:00
recoverbuild.test Update test script recoverbuild.test so that it may be run using old test harnesses that run more than one test script in a process. 2023-04-14 13:34:26 +00:00
recoverclobber.test
recovercorrupt2.test
recovercorrupt3.test
recovercorrupt4.test
recovercorrupt.test
recoverfault2.test Fix Tcl tests so that they again build and run with SQLITE_OMIT_VIRTUALTABLE defined. 2022-11-04 15:17:14 +00:00
recoverfault.test Fix Tcl tests so that they again build and run with SQLITE_OMIT_VIRTUALTABLE defined. 2022-11-04 15:17:14 +00:00
recoverold.test
recoverpgsz.test Get rid of "-encoding binary" across all test cases, as that is no longer 2024-07-30 17:09:51 +00:00
recoverrowid.test
recoverslowidx.test
recoversql.test
sqlite3recover.c
sqlite3recover.h Minor improvements to API documentation in comments for the recovery 2022-11-02 13:09:14 +00:00
test_recover.c