sqlite/ext/recover
drh 863fcdc116 Be consistent about using "CRLF" instead of "CRNL".
FossilOrigin-Name: ec4f4cfd5f8ca83fad4f08cf6566251d9c63e50a3a4284baca299bd94b047951
2024-10-14 09:19:02 +00:00
..
dbdata.c Add an assert() to fix a harmless compiler warning in the recovery 2024-08-10 09:56:36 +00:00
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 Fix Tcl tests so that they again build and run with SQLITE_OMIT_VIRTUALTABLE defined. 2022-11-04 15:17:14 +00:00
recovercorrupt2.test Avoid some performance problems in the recover extension when recovering strategically corrupted databases. 2024-04-09 15:09:54 +00:00
recovercorrupt3.test Fix another problem in the recovery extension where a corrupt sqlite_schema table could lead to excessive memory consumption. 2024-05-01 16:25:46 +00:00
recovercorrupt4.test Get rid of "-encoding binary" across all test cases, as that is no longer 2024-07-30 17:09:51 +00:00
recovercorrupt.test Fix Tcl tests so that they again build and run with SQLITE_OMIT_VIRTUALTABLE defined. 2022-11-04 15:17:14 +00:00
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 Tweaks to recover module test scripts to work with various permutations. 2022-11-04 18:32:45 +00:00
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 Fix Tcl tests so that they again build and run with SQLITE_OMIT_VIRTUALTABLE defined. 2022-11-04 15:17:14 +00:00
recoverslowidx.test Another test case fix for auto-vacuum builds. 2022-11-04 17:07:33 +00:00
recoversql.test Fix Tcl tests so that they again build and run with SQLITE_OMIT_VIRTUALTABLE defined. 2022-11-04 15:17:14 +00:00
sqlite3recover.c Be consistent about using "CRLF" instead of "CRNL". 2024-10-14 09:19:02 +00:00
sqlite3recover.h Minor improvements to API documentation in comments for the recovery 2022-11-02 13:09:14 +00:00
test_recover.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00