From ca20f1a11c515c04e13f46961ea83f0ff1f96ce3 Mon Sep 17 00:00:00 2001 From: Darren Duncan Date: Sat, 4 Apr 2009 22:11:38 +0000 Subject: [PATCH] updated Changes re fix for RT44779 --- Changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changes b/Changes index ad49714..0633d2a 100644 --- a/Changes +++ b/Changes @@ -7,6 +7,11 @@ Changes for Perl extension DBD-SQLite. - #29519 was only resolved on Win32. Applied a more comprehensive patch (JHEDDEN) - Rewrote 28_schemachange.t in Test::More style (ADAMK) + - Resolved #44779: [t/03insert.t] last_insert_id returns undef where 4 + is expected (DUNCAND, CHORNY; that is, DUNCAND debugged and solved + the ticket based on _08, which was a flaw in the Makefile.PL + involving an always-applied -Dno_last_insert_id, but it turns out + CHORNY had inadvertantly applied the fix in the name of DBI cleaning) 1.19_08 Sat 4 Apr 2009 - Bumped minimum DBI dependency to 1.43 so last_insert_id is supported