From cc6743a3bcf4c820d22a507274d0338bb4b1dc0a Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Wed, 16 Sep 2009 04:17:58 +0000 Subject: [PATCH] DBD-SQLite: added the RT issue # to make it clear --- Changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 13c1499..4bb68e9 100644 --- a/Changes +++ b/Changes @@ -9,8 +9,8 @@ Changes for Perl extension DBD-SQLite under a very, very slow (virtual) machine. (ISHIGAKI) - Added a code to look for a compiler from Module::Install::Can. (ISHIGAKI) - - Fixed $dbh->column_info to work according to the spec in DBI and - added support for attached databases. (VLYON) + - Resolved #49716: Fixed $dbh->column_info to work according to + the spec in DBI and added support for attached databases. (VLYON) 1.26_03 Wed 12 Aug 2009 - Updated to SQLite 3.6.17 (ISHIGAKI)