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:
parent
7646699b08
commit
04485a1322
1 changed files with 3 additions and 2 deletions
5
Changes
5
Changes
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue