1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Before running each test script, make sure the FTS enhanced query syntax is disabled.

FossilOrigin-Name: f84d87bcc0e4f6f56d01556b2b1dc27ebef9ce26
This commit is contained in:
dan
2012-05-12 05:30:29 +00:00
parent e4d3195734
commit 64b95bbcdc
4 changed files with 13 additions and 9 deletions

View File

@ -1614,5 +1614,8 @@ proc db_delete_and_reopen {{file test.db}} {
# to non-zero, then set the global variable $AUTOVACUUM to 1.
set AUTOVACUUM $sqlite_options(default_autovacuum)
# Make sure the FTS enhanced query syntax is disabled.
set sqlite_fts3_enable_parentheses 0
source $testdir/thread_common.tcl
source $testdir/malloc_common.tcl