Improvements to PRAGMA integrity_check for better detection of malformed
commit3569c2757b5388e62772ce35fbff679cb8c433d4
authorD. Richard Hipp <drh@hwaci.com>
Wed, 13 Sep 2017 00:33:36 +0000 (13 00:33 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Wed, 13 Sep 2017 00:33:36 +0000 (13 00:33 +0000)
tree4d6101279d25b7f95daf8081ffd8e7c656448beb
parent8415b3e93a591c44bdbb76fbb69825bddf2c932f
parent556ff874bacf41b4e76a69914385670b456d9143
Improvements to PRAGMA integrity_check for better detection of malformed
records.  Integrity_check now avoids returning SQLITE_CORRUPT on a corrupt
record.  Also includes microoptimizations that I stumbled over while working
on integrity_check.
test/pragma.test