Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251)
FossilOrigin-Name: bb0254ab14417f0ab40f10f37cb63a60507f070a
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
# This file implements regression tests for SQLite library. The
|
||||
# focus of this file is testing the SELECT statement.
|
||||
#
|
||||
# $Id: autovacuum.test,v 1.14 2005/01/15 12:45:51 danielk1977 Exp $
|
||||
# $Id: autovacuum.test,v 1.15 2005/01/21 03:12:16 danielk1977 Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@@ -95,7 +95,7 @@ foreach delete_order $delete_orders {
|
||||
# Delete one set of rows from the table.
|
||||
do_test autovacuum-1.$tn.($delete).1 {
|
||||
execsql "
|
||||
DELETE FROM av1 WHERE oid IN ([join $delete ,])
|
||||
DELETE FROM av1 WHERE oid = [join $delete "OR oid = "]
|
||||
"
|
||||
} {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user