From eb9ab2a1f6f6d0b0eb00eb68134f2fe6653f06b8 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Tue, 9 Feb 2010 15:14:18 +0000 Subject: [PATCH] updated Changes --- Changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changes b/Changes index 4da3075..7272e6a 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,9 @@ Changes for Perl extension DBD-SQLite database handle attribute, and "sqlite_unprepared_statements" statement handle attribute, to allow processing a SQL dump (ISHIGAKI) + - Resolved #54271: Inserting a string with utf-8 flag on + corrupts BLOB data; now BLOB data is stored as bytes even if + it has the utf-8 flag set (ISHIGAKI) 1.29 Fri 8 Jan 2010 - Updated to SQLite 3.6.22 (DUNCAND)