From b56592cf1b314e3b14f0b35490a948a95767b42d Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Thu, 20 Oct 2011 16:24:37 +0000 Subject: [PATCH] updated Changes --- Changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changes b/Changes index 9ce4430..5fc243c 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,9 @@ Changes for Perl extension DBD-SQLite - Fixed binding named parameters. (Yuriy Kaminskiy) - Moved check for bind_ph/is_inout so it always error-out. (Yuriy Kaminskiy) + - Don't set imp_sth->stmt to NULL on error path (Yuriy Kaminskiy) + - Explained an issue of rollback with unfinished statements. + (ISHIGAKI) 1.34_01 Thu 22 Sep 2011 - Updated to SQLite 3.7.8 (ISHIGAKI)