]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem causing "PRAGMA integrity_check" to disable the xfer
authordan <dan@noemail.net>
Tue, 4 Apr 2017 19:58:54 +0000 (19:58 +0000)
committerdan <dan@noemail.net>
Tue, 4 Apr 2017 19:58:54 +0000 (19:58 +0000)
commit75f9558808e3c0e10b696f16ea368dc64a13cdec
treec9dcd592480fdcf0bff79a24217ad08fd35c2995
parent628dfe163f6a77c757759253c2714562079df16e
Fix a problem causing "PRAGMA integrity_check" to disable the xfer
optimization for subsequent VACUUM operations on tables with one or more CHECK
constraints. This could result in VACUUM producing slightly larger database
files.

FossilOrigin-Name: e5bb7db51cdfd8124c60329782798cea398733545594dab55cb892b2a08c4d29
manifest
manifest.uuid
src/pragma.c
test/insert4.test
test/pragmafault.test [new file with mode: 0644]