Merge branch 'prerelease' into codecerror

This commit is contained in:
Stephen Lombardo 2020-11-11 09:46:23 -05:00
commit b395353723

View File

@ -179,11 +179,12 @@ do_test integrity-check-clean-database {
sqlite_orig db test.db
execsql {
PRAGMA key = 'testkey';
PRAGMA integrity_check;
PRAGMA cipher_integrity_check;
PRAGMA integrity_check;
SELECT count(*) FROM t1;
}
} {ok {} {}}
} {ok ok 10000}
db close
file delete -force test.db