]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros...
authordanielk1977 <danielk1977@noemail.net>
Fri, 21 Jan 2005 03:12:14 +0000 (03:12 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Fri, 21 Jan 2005 03:12:14 +0000 (03:12 +0000)
commit3e8c37e7f8746410bbfb2525e295a125d3cfdc6a
tree69d6e2d2eeaf81391220c370db6f520f00b90b5d
parent801845fb2d22ebddaf94778ef9b809b111ea6a01
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251)

FossilOrigin-Name: bb0254ab14417f0ab40f10f37cb63a60507f070a
33 files changed:
manifest
manifest.uuid
src/parse.y
src/sqliteInt.h
src/test1.c
test/autovacuum.test
test/collate2.test
test/collate4.test
test/expr.test
test/in.test
test/index.test
test/insert.test
test/insert2.test
test/join.test
test/join2.test
test/join4.test
test/limit.test
test/minmax.test
test/misc1.test
test/misc3.test
test/misc4.test
test/null.test
test/rowid.test
test/select1.test
test/select6.test
test/select7.test
test/subselect.test
test/table.test
test/tableapi.test
test/tester.tcl
test/types2.test
test/update.test
test/where.test