From 29914cba9cba4063d18626f409b376978da47d5a Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sun, 25 Mar 2012 02:38:38 +0000 Subject: [PATCH] updated Changes --- Changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changes b/Changes index 41e1a40..ddf741b 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,9 @@ Changes for Perl extension DBD-SQLite - Updated to SQLite 3.7.11 (ISHIGAKI) - Fix >32bit integer truncation and other sqlite_set_result condition issue (Yuriy Kaminskiy) + - Fix integer overflow in passing argument to perl function + (Yuriy Kaminskiy) + - Convert unsigned -> int64 when possible (Yuriy Kaminskiy) 1.36_02 Thu 23 Feb 2012 - Downgraded SQLite to 3.7.9, as 3.7.10 turned out to be