1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-15 11:41:13 +03:00

Turn on defensive mode for running test scripts. Does not yet work.

FossilOrigin-Name: 1c1d24edbb732f2a2002a741c7a7afdd010b67e1b5e6d90ff36c6428897e7612
This commit is contained in:
drh
2018-11-06 15:57:59 +00:00
parent fc25721c9e
commit aef15e74c8
5 changed files with 19 additions and 15 deletions

View File

@@ -136,6 +136,7 @@ if {[info command sqlite_orig]==""} {
#
uplevel 1 sqlite_orig $args
}
sqlite3_db_config [lindex $args 0] DEFENSIVE 1
}
}