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)