mirror of
https://github.com/status-im/sqlcipher.git
synced 2026-09-02 15:31:14 +00:00
Snapshot of upstream SQLite 3.25.0
This commit is contained in:
+5
-2
@@ -174,8 +174,11 @@ do_test malloc5-2.2 {
|
||||
execsql {
|
||||
COMMIT;
|
||||
}
|
||||
list $nRelease $data
|
||||
} [list $pgalloc [list 1 2 3 4 5 6]]
|
||||
value_in_range $::pgalloc $::mrange $nRelease
|
||||
} [value_in_range $::pgalloc $::mrange]
|
||||
do_test malloc5-2.2.1 {
|
||||
set data
|
||||
} {1 2 3 4 5 6}
|
||||
|
||||
do_test malloc5-3.1 {
|
||||
# Simple test to show that if two pagers are opened from within this
|
||||
|
||||
Reference in New Issue
Block a user