From 7646699b08b4f997cc59390310c7638ff73ada49 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Mon, 16 Jan 2012 17:02:40 +0000 Subject: [PATCH] added a note on possible backward-compat issue (schema format number change) --- Changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changes b/Changes index 5755e59..31d73a6 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,13 @@ Changes for Perl extension DBD-SQLite 1.36_01 to be released + *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS *** - 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". + - Enabled SQLITE_ENABLE_FTS4 - Enabled SQLITE_ENABLE_STAT3 - Resolved #73159: FTS tokenizer segfault (ISHIGAKI)