1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Fix test script problems causing errors in the "inmemory_journal" permutations.

FossilOrigin-Name: ea05b7f929e4696175dbc3ded36dba8ed2a6b575
This commit is contained in:
dan
2010-06-09 19:01:02 +00:00
parent 199100e2cd
commit 3ccd20a7a9
4 changed files with 12 additions and 10 deletions

View File

@ -102,11 +102,13 @@ if {[info command sqlite_orig]==""} {
lappend args -key {xyzzy}
}
uplevel 1 sqlite_orig $args
set res [uplevel 1 sqlite_orig $args]
if {[info exists ::G(perm:presql)]} {
[lindex $args 0] eval $::G(perm:presql)
}
set res
} else {
# This command is not opening a new database connection. Pass the
# arguments through to the C implemenation as the are.