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:
@ -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
|
||||
|
Reference in New Issue
Block a user