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

added the corresponding DBD::SQLite version for clarity

This commit is contained in:
Kenichi Ishigaki 2012-01-16 17:10:56 +00:00
parent 7646699b08
commit 04485a1322

View file

@ -5,8 +5,9 @@ Changes for Perl extension DBD-SQLite
- Updated to SQLite 3.7.10 (ISHIGAKI)
Note that this release changed the default schema format
number, that means newly created database files will be
unreadable by version prior to SQLite 3.3.0 (2006-01-10)
unless you explicitly issue "PRAGMA legacy_file_format=ON".
unreadable by SQLite version prior to 3.3.0 (2006-01-10)
(or DBD::SQLite prior to 1.12) unless you explicitly issue
"PRAGMA legacy_file_format=ON".
- Enabled SQLITE_ENABLE_FTS4
- Enabled SQLITE_ENABLE_STAT3