0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-24 16:18:08 +01:00
sqlite/ext/recover
drh 4098aa5d19 Add an assert() to fix a harmless compiler warning in the recovery
extension.

FossilOrigin-Name: 2502339339f3c831966479a400c2b1a531fb4d990b1776b4dc4870cf734c3fcd
2024-08-10 09:56:36 +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
recoverbuild.test
recoverclobber.test
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
recoverfault2.test
recoverfault.test
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 Move a misplaced va_end, as reported in [forum:702c79e9da|forum post 702c79e9da]. 2024-08-08 10:51:56 +00:00
sqlite3recover.h
test_recover.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00