From 44587deb4acb5c43029d5944ed940d8b99b1a8ba Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Fri, 10 Apr 2009 07:26:17 +0000 Subject: [PATCH] DBD-SQLite: updated Changes --- Changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changes b/Changes index e6deb8a..9ac2567 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,12 @@ Changes for Perl extension DBD-SQLite. - Dropping support for uncode before 5.8.5 to simplify support and to prevent people hurting themselves on platforms that don't properly support Unicode anyway (ADAMK) + - Stopped guessing if a bind param looks like a number or not + (suggested by GUIDO). This reopens #29058 and #29629, but + there are two workarounds for them. 1) Use "bind_param" + explicitly (rather than plain "execute", as you do for BLOB). + 2) Add "+0" to the appropriate part(s) of your SQL to let + sqlite convert them into a number. (ISHIGAKI) 1.22_03 Thu 10 Apr 2009 - Resolved #44876: Patch to fix includes in the SQLITE_LOCATION case by janus (ISHIGAKI)