mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
updated Changes
This commit is contained in:
parent
58ba45f179
commit
20f57e8eb0
1 changed files with 7 additions and 0 deletions
7
Changes
7
Changes
|
@ -1,6 +1,13 @@
|
||||||
Changes for Perl extension DBD-SQLite
|
Changes for Perl extension DBD-SQLite
|
||||||
|
|
||||||
1.51_01 to be released
|
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
|
- Applied a doc patch by Salvatore Bonaccorso
|
||||||
|
|
||||||
1.50 2016-02-11
|
1.50 2016-02-11
|
||||||
|
|
Loading…
Add table
Reference in a new issue