mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 06:38:12 -04:00
Disable the FTS extension until it's tested
This commit is contained in:
parent
85fe1a34cb
commit
ca89bb4112
1 changed files with 2 additions and 1 deletions
|
@ -172,7 +172,8 @@ if ( $sqlite_inc ) {
|
||||||
my @CC_DEFINE = (
|
my @CC_DEFINE = (
|
||||||
'-DSQLITE_CORE',
|
'-DSQLITE_CORE',
|
||||||
'-DSQLITE_ENABLE_FTS3',
|
'-DSQLITE_ENABLE_FTS3',
|
||||||
'-DSQLITE_ENABLE_FTS3_PARENTHESIS', # for sqlite >= 3.6.10
|
# Disabled until we have a test for this
|
||||||
|
# '-DSQLITE_ENABLE_FTS3_PARENTHESIS', # for sqlite >= 3.6.10
|
||||||
'-DSQLITE_ENABLE_COLUMN_METADATA',
|
'-DSQLITE_ENABLE_COLUMN_METADATA',
|
||||||
'-DNDEBUG=1',
|
'-DNDEBUG=1',
|
||||||
"-DSQLITE_PTR_SZ=$Config{ptrsize}"
|
"-DSQLITE_PTR_SZ=$Config{ptrsize}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue