]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the ignore_check_constraints pragma. VACUUM works even on a database
authordrh <drh@noemail.net>
Thu, 3 Nov 2005 02:15:02 +0000 (02:15 +0000)
committerdrh <drh@noemail.net>
Thu, 3 Nov 2005 02:15:02 +0000 (02:15 +0000)
commit0cd2d4c9a1adb847f8b94ba7e82bfc9b131673bd
treead02cd0f079313a0ea185be7862ebb1df0f82aba
parent06f6541e2f53f07827dd68f688500e2ccdb45add
Add the ignore_check_constraints pragma.  VACUUM works even on a database
that contains table entries that violate check constraints. (CVS 2757)

FossilOrigin-Name: be83bfee0211396a0038ffb125897199bea9a73f
manifest
manifest.uuid
src/insert.c
src/pragma.c
src/sqliteInt.h
src/vacuum.c
test/check.test