mirror of
https://github.com/status-im/sqlcipher.git
synced 2026-08-30 22:11:14 +00:00
Snapshot of upstream SQLite 3.30.1
This commit is contained in:
@@ -96,24 +96,6 @@ do_faultsim_test 6.2 -faults oom* -body {
|
||||
} -test {
|
||||
faultsim_test_result [list 0 {1 2}]
|
||||
}
|
||||
ifcapable stat3 {
|
||||
do_test 6.3-prep {
|
||||
execsql {
|
||||
PRAGMA writable_schema = 1;
|
||||
CREATE TABLE sqlite_stat4 AS
|
||||
SELECT tbl, idx, neq, nlt, ndlt, sqlite_record(sample) AS sample
|
||||
FROM sqlite_stat3;
|
||||
}
|
||||
} {}
|
||||
do_faultsim_test 6.3 -faults oom* -body {
|
||||
execsql {
|
||||
ANALYZE sqlite_master;
|
||||
SELECT rowid FROM t1 WHERE a='abc' AND b<'y';
|
||||
}
|
||||
} -test {
|
||||
faultsim_test_result [list 0 {1 2}]
|
||||
}
|
||||
}
|
||||
|
||||
do_execsql_test 7.0 {
|
||||
PRAGMA cache_size = 5;
|
||||
|
||||
Reference in New Issue
Block a user