mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
cleanup
This commit is contained in:
parent
734ea7ab4b
commit
121e83b321
1 changed files with 4 additions and 4 deletions
|
@ -213,11 +213,11 @@ my @CC_DEFINE = (
|
|||
# '-DSQLITE_CORE',
|
||||
'-DSQLITE_ENABLE_FTS3',
|
||||
|
||||
# L. Dami 10.07.2010 : now enabling new FTS3 syntax, because
|
||||
# that's the recommendation from SQLite for new applications
|
||||
# L. Dami 10.07.2010 : now enabling new FTS3 syntax, because
|
||||
# that's the recommendation from SQLite for new applications
|
||||
# (used to be "Disabled until we have a test for this").
|
||||
# This change MAY POSSIBLY BREAK OLD APPLICATIONS THAT ALREADY
|
||||
# USED FTS3 ... but sooner or later that change had to be done !
|
||||
# This change MAY POSSIBLY BREAK OLD APPLICATIONS THAT ALREADY
|
||||
# USED FTS3 ... but sooner or later that change had to be done !
|
||||
'-DSQLITE_ENABLE_FTS3_PARENTHESIS', # for sqlite >= 3.6.10
|
||||
|
||||
'-DSQLITE_ENABLE_COLUMN_METADATA',
|
||||
|
|
Loading…
Add table
Reference in a new issue