diff --git a/Changes b/Changes index 17670e2..123cc1e 100644 --- a/Changes +++ b/Changes @@ -6,11 +6,13 @@ Changes for Perl extension DBD-SQLite corrupts BLOB data; now BLOB data is always stored as bytes (without the utf-8 flag) even if it has the flag set (ISHIGAKI) - - implemented NUM_OF_PARAMS statement handle attribute (ISHIGAKI) - - added experimental "sqlite_allow_multiple_statements" + - Implemented NUM_OF_PARAMS statement handle attribute (ISHIGAKI) + - Added experimental "sqlite_allow_multiple_statements" database handle attribute, and "sqlite_unprepared_statements" statement handle attribute, to allow processing a SQL dump (ISHIGAKI) + - Resolved #53579: Added a note and a test of placeholders. + (ISHIGAKI) 1.29 Fri 8 Jan 2010 - Updated to SQLite 3.6.22 (DUNCAND)