mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Update sessions branch with trunk changes.
FossilOrigin-Name: 3f4848a871a4229ff6951eefaf7673de46d2c43f
This commit is contained in:
@ -1620,5 +1620,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