mirror of
https://github.com/status-im/sqlcipher.git
synced 2026-08-31 06:21:07 +00:00
change from sqlite_master to sqlite_schema
This commit is contained in:
@@ -148,7 +148,7 @@ do_test codec-error-journal-wal-read {
|
||||
|
||||
catchsql {
|
||||
PRAGMA key = 'testkey';
|
||||
SELECT count(*) FROM sqlite_master;
|
||||
SELECT count(*) FROM sqlite_schema;
|
||||
PRAGMA cipher_fail_next_decrypt = 1;
|
||||
UPDATE t1 SET b = 'fail' WHERE a = 5000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user