mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
compilation flag SQLITE_ENABLE_FTS4_UNICODE61 no longer needed with v3.8.6
(see Message-ID: <53BCFA91.1080703@gmail.com> From: Dan Kennedy <danielk1977@gmail.com> : "FTS4 has been updated to match the documentation. So that "unicode61" is now enabled by default or disabled by SQLITE_DISABLE_FTS3_UNICODE. As of 3.8.6, SQLITE_ENABLE_FTS4_UNICODE61 will no longer exist." http://www.sqlite.org/src/info/0cc0230ae9cf)
This commit is contained in:
parent
74244341cd
commit
45482fd9a3
1 changed files with 0 additions and 1 deletions
|
@ -217,7 +217,6 @@ if ( $sqlite_inc ) {
|
|||
|
||||
my @CC_DEFINE = (
|
||||
'-DSQLITE_ENABLE_FTS4',
|
||||
'-DSQLITE_ENABLE_FTS4_UNICODE61', # for sqlite >= 3.7.13
|
||||
'-DSQLITE_ENABLE_FTS3_PARENTHESIS', # for sqlite >= 3.6.10
|
||||
'-DSQLITE_ENABLE_RTREE', # for sqlite >= 3.6.10
|
||||
'-DSQLITE_ENABLE_COLUMN_METADATA',
|
||||
|
|
Loading…
Add table
Reference in a new issue