Snapshot of upstream SQLite 3.26.0

This commit is contained in:
Stephen Lombardo
2018-12-12 19:43:10 -05:00
parent e62fa4945b
commit 4d9565b805
284 changed files with 7619 additions and 1561 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ set testdir [file dirname $argv0]
source $testdir/tester.tcl
# If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
ifcapable !altertable||!memdebug {
ifcapable !altertable {
finish_test
return
}