Add the SQLITE_FCNTL_SYNC file-control.

FossilOrigin-Name: b3f2f465c310a2cfef8731a0dae3453593b68de9
This commit is contained in:
dan
2011-01-11 17:39:37 +00:00
parent 9f4beedb6f
commit 354bfe0363
8 changed files with 35 additions and 26 deletions
+2 -2
View File
@@ -1614,7 +1614,7 @@ do_catchsql_test pager1-14.1.2 {
} {0 {}}
do_execsql_test pager1-14.1.3 {
SELECT * FROM t1;
} {1 2 3 4}
} {1 2}
do_catchsql_test pager1-14.1.4 {
BEGIN;
INSERT INTO t1(rowid, a, b) SELECT a+3, b, b FROM t1;
@@ -1623,7 +1623,7 @@ do_catchsql_test pager1-14.1.4 {
do_execsql_test pager1-14.1.5 {
COMMIT;
SELECT * FROM t1;
} {1 2 3 4 2 2 4 4}
} {1 2 2 2}
#-------------------------------------------------------------------------
# Test opening and closing the pager sub-system with different values