From 7d125acf31a4971ba18375dc30ef8d9fc2e3e488 Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Tue, 30 Mar 2010 11:16:01 +0000 Subject: [PATCH] Adding the date --- Changes | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index f56e07e..fc3586c 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Changes for Perl extension DBD-SQLite -1.30_02 to be released +1.30_02 Tue 30 Mar 2010 - Implemented sqlite_use_immediate_transaction database handle attribute to avoid deadlocks easily (ISHIGAKI) - Resolved #55466: Problem with names in DB that using square @@ -8,12 +8,11 @@ Changes for Perl extension DBD-SQLite - Added SQLITE_ENABLE_LOCKING_STYLE=0 for Mac OSX to avoid compile error (ISHIGAKI) -1.30_01 Wed 10 Mar 2010 +1.30_01 Wed 10 Mar 2010 *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS *** - Resolved #54271: Inserting a string with utf-8 flag on corrupts BLOB data; now BLOB data is always stored as bytes (without the utf-8 flag) even if it has the flag set (ISHIGAKI) - - Updated to SQLite 3.6.23 (DUNCAND) - Implemented NUM_OF_PARAMS statement handle attribute (ISHIGAKI) - Added experimental "sqlite_allow_multiple_statements"