1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00
This commit is contained in:
Kenichi Ishigaki 2010-09-16 07:08:57 +00:00
parent 734ea7ab4b
commit 121e83b321

View file

@ -213,11 +213,11 @@ my @CC_DEFINE = (
# '-DSQLITE_CORE', # '-DSQLITE_CORE',
'-DSQLITE_ENABLE_FTS3', '-DSQLITE_ENABLE_FTS3',
# L. Dami 10.07.2010 : now enabling new FTS3 syntax, because # L. Dami 10.07.2010 : now enabling new FTS3 syntax, because
# that's the recommendation from SQLite for new applications # that's the recommendation from SQLite for new applications
# (used to be "Disabled until we have a test for this"). # (used to be "Disabled until we have a test for this").
# This change MAY POSSIBLY BREAK OLD APPLICATIONS THAT ALREADY # This change MAY POSSIBLY BREAK OLD APPLICATIONS THAT ALREADY
# USED FTS3 ... but sooner or later that change had to be done ! # USED FTS3 ... but sooner or later that change had to be done !
'-DSQLITE_ENABLE_FTS3_PARENTHESIS', # for sqlite >= 3.6.10 '-DSQLITE_ENABLE_FTS3_PARENTHESIS', # for sqlite >= 3.6.10
'-DSQLITE_ENABLE_COLUMN_METADATA', '-DSQLITE_ENABLE_COLUMN_METADATA',