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

Do not run some tests in notify3.test with the inmemory_journal permutation. They do not pass as the tests assume that the database schema is not loaded until the first invocation of [db eval]. This is not true with the inmemory_journal permutation.

FossilOrigin-Name: 698fba826e40ce6414cf6c261441d68b174c1637
This commit is contained in:
dan
2010-08-06 13:50:07 +00:00
parent 3bb9b93f1f
commit cb79e5137c
4 changed files with 66 additions and 63 deletions

View File

@ -70,6 +70,7 @@
# wal_set_journal_mode ?DB?
# wal_check_journal_mode TESTNAME?DB?
# permutation
# presql
#
# Set the precision of FP arithmatic used by the interpreter. And
@ -1150,6 +1151,11 @@ proc permutation {} {
catch {set perm $::G(perm:name)}
set perm
}
proc presql {} {
set presql ""
catch {set presql $::G(perm:presql)}
set presql
}
#-------------------------------------------------------------------------
#