From 1d17ea442814e3564b2de63cc66840a229fd1f2a Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Wed, 14 Oct 2009 15:39:47 +0000 Subject: [PATCH] DBD::SQLite: updated Changes --- Changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changes b/Changes index b9cf6ed..a5a45ae 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Changes for Perl extension DBD-SQLite +1.26_05 to be released + - Updated to SQLite 3.6.19 (ISHIGAKI) + 1.26_04 Tue 6 Oct 2009 *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS *** - Resolved #49716: Fixed $dbh->column_info to work according to