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:
@ -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.
|
||||
|
Reference in New Issue
Block a user