From 1c55ed52a0019d7247ff4b1a0bced57a0ca9c620 Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Thu, 2 Apr 2009 04:13:18 +0000 Subject: [PATCH] Tiny tweak --- Changes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index c717a4d..cae58fe 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,9 @@ Revision history for Perl extension DBD-SQLite. -1.19_05 not yet released - - Added collations from DBD::SQLite::Amalgamation (CORION) - . DBD::SQLite::Amalgamation 3.6.1.2 and DBD::SQLite 1.19_04 +1.19_05 Thu 2 Apr 2009 + - DBD::SQLite::Amalgamation 3.6.1.2 and DBD::SQLite 1.19_04 should be feature identical now. + - Added collations from DBD::SQLite::Amalgamation (CORION) - Removed statement handle activation after "execute" if there's no row to fetch. I hope this silences the Class::DBI's warnings. (ISHIGAKI)