1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Add test cases to pager1.test and pager2.test.

FossilOrigin-Name: cc9ddae6d72b214f52b8949e644b91f4ab340a28
This commit is contained in:
dan
2010-06-21 18:29:40 +00:00
parent 24f0f7716a
commit 0e986f51a4
5 changed files with 127 additions and 49 deletions

View File

@ -36,6 +36,9 @@ foreach code [list {
} {
set s 4096
set sql { PRAGMA journal_mode = WAL }
} {
set s 4096
set sql { PRAGMA auto_vacuum = 1 }
} {
set s 8192
set sql { PRAGMA synchronous = off }
@ -113,5 +116,4 @@ foreach code [list {
db close
tv delete
finish_test