From 6b5460c83a2d1907bf61eed9a7c2d7f710d32916 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Thu, 11 Feb 2010 03:27:28 +0000 Subject: [PATCH] added a note and a test of placeholders to resolve #53579 --- Changes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)