1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

Disable the FTS extension until it's tested

This commit is contained in:
Adam Kennedy 2009-05-27 03:21:55 +00:00
parent 85fe1a34cb
commit ca89bb4112

View file

@ -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}"