]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a new sqlite3_test_control() that indicates that database files are
authordrh <drh@noemail.net>
Fri, 29 Nov 2013 15:06:27 +0000 (15:06 +0000)
committerdrh <drh@noemail.net>
Fri, 29 Nov 2013 15:06:27 +0000 (15:06 +0000)
commit09fe614372b54ba46196ba8387561460919ecfc9
tree4116c98b2af17422d3575725977a2fa11f9cbdb7
parent1b4b334abbf67fe23e7ca03f76045625b24c8ef1
Add a new sqlite3_test_control() that indicates that database files are
always well-formed.  Use this during testing to enable assert() statements
that prove conditions that are always true for well-formed databases.

FossilOrigin-Name: 15e4f63d1f3cbcd0aa789fd3e460cd6e4d3338f9
25 files changed:
manifest
manifest.uuid
src/global.c
src/main.c
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
src/vdbeaux.c
test/corrupt.test
test/corrupt2.test
test/corrupt3.test
test/corrupt4.test
test/corrupt5.test
test/corrupt6.test
test/corrupt7.test
test/corrupt8.test
test/corrupt9.test
test/corruptA.test
test/corruptB.test
test/corruptC.test
test/corruptD.test
test/corruptE.test
test/corruptF.test
test/corruptG.test
test/tester.tcl