1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

updated Changes

This commit is contained in:
Kenichi Ishigaki 2016-02-16 13:13:29 +09:00
parent 58ba45f179
commit 20f57e8eb0

View file

@ -1,6 +1,13 @@
Changes for Perl extension DBD-SQLite
1.51_01 to be released
*** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
- Updated to SQLite 3.11.0.
As upstream disabled two-arg fts3_tokenizer() for security concern,
DBD::SQLite also stopped enabling it by default. If you do need
perl tokenizer, compile/install with SQLITE_ENABLE_FTS3_TOKENIZER
environmental vairable.
- Applied a doc patch by Salvatore Bonaccorso
1.50 2016-02-11