From d0dbdf132c52d3b91e69443aaaa3718f6a2a4757 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Thu, 11 Feb 2010 14:57:46 +0000 Subject: [PATCH] DBD::SQLite: updated Changes; almost ready for another dev release, but maybe we can wait some more, until the next sqlite3 monthly (dev) release --- Changes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 123cc1e..0c14811 100644 --- a/Changes +++ b/Changes @@ -9,10 +9,14 @@ Changes for Perl extension DBD-SQLite - 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 + statement handle attribute, to allow processing a SQL dump. (ISHIGAKI) - Resolved #53579: Added a note and a test of placeholders. (ISHIGAKI) + - Resolved #45113, which was actually an issue of dequoting + primary key column names (ISHIGAKI) + - You can now retrieve some of the statement handle attributes + before you execute. (ISHIGAKI) 1.29 Fri 8 Jan 2010 - Updated to SQLite 3.6.22 (DUNCAND)