1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Run some of the existing test scripts with optimizations disabled as part of all.test.

FossilOrigin-Name: b0634d2f909fb192d20315e59fa31fcd8f316541
This commit is contained in:
dan
2010-12-07 14:32:28 +00:00
parent c60982408c
commit 1ce1b4a780
5 changed files with 31 additions and 10 deletions

View File

@@ -109,6 +109,10 @@ if {[info command sqlite_orig]==""} {
if {[info exists ::G(perm:presql)]} {
[lindex $args 0] eval $::G(perm:presql)
}
if {[info exists ::G(perm:dbconfig)]} {
set ::dbhandle [lindex $args 0]
uplevel #0 $::G(perm:dbconfig)
}
set res
} else {
# This command is not opening a new database connection. Pass the