From b30d01428670f351e43fce7e0480120274cf6ba9 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Tue, 5 May 2009 09:06:16 +0000 Subject: [PATCH] DBD-SQLite: updated Changes (note: will port some more later, so don't release too early :p) --- Changes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changes b/Changes index 3685d57..add49d7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Changes for Perl extension DBD-SQLite +1.26_02 to be released + - Started using install_method() suggested by TIMB (#44882) + Ported last_insert_rowid as the first attempt (ISHIGAKI) + 1.26_01 Tue 5 May 2009 - Added ORDINAL_POSITION support for $dbh->column_info (ADAMK) - Applied several fixes from GFUJI to clean up code (#45578)