mirror of
https://github.com/status-im/sqlcipher.git
synced 2026-08-31 06:21:07 +00:00
force return NULL pointer on CODEC error
This commit is contained in:
@@ -111,7 +111,7 @@ do_test codec-error-journal-wal {
|
||||
execsql {
|
||||
PRAGMA cipher_fail_next_encrypt = 0;
|
||||
PRAGMA key = 'testkey';
|
||||
-- PRAGMA integrity_check;
|
||||
PRAGMA integrity_check;
|
||||
PRAGMA cipher_integrity_check;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user