From 99a222b446802f8d4ab5012abefa1860dc5cd5fc Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Mon, 4 May 2009 20:56:07 +0000 Subject: [PATCH] DBD-SQLite updated Changes --- Changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changes b/Changes index 9455310..4998374 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,9 @@ Changes for Perl extension DBD-SQLite (ISHIGAKI) - Skipped some of the unicode path tests under cygwin (#45166) (JDHEDDEN) + - Added some explanation and workarounds for a SQL that + compares a return value of a function with a numeric bind + value (ISHIGAKI) 1.25 Thu 23 Apr 2009 - Amalgamation conversion turned out to be quicker than expected.