change from sqlite_master to sqlite_schema

This commit is contained in:
Stephen Lombardo
2021-02-10 13:04:45 -05:00
parent 4a459028c5
commit d7f468c998
5 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -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;
}