mirror of
https://github.com/status-im/sqlcipher.git
synced 2025-02-22 08:48:10 +00:00
Merge branch 'prerelease' into codecerror
This commit is contained in:
commit
b395353723
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user