From 5d5fc2c88b2c4bf4fcc13a0450393bf85f6c6df4 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Wed, 12 Aug 2009 02:37:23 +0000 Subject: [PATCH] DBD-SQLite: updated Changes as I confirmed the previous sqlite3_get_autocommit() fix resolved #48393 (at least for me) --- Changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 8964e9d..11842ee 100644 --- a/Changes +++ b/Changes @@ -18,7 +18,8 @@ Changes for Perl extension DBD-SQLite - Accept empty filename at connect (sqlite will open a tempfile) (DAMI) - Documented the connect() method (DAMI) - Replaced imp_dbh->in_tran with sqlite3_get_autocommit(), hoping - this would fix the annoying rollback issues (ISHIGAKI) + this would fix the annoying rollback issues, including #48393 + (ISHIGAKI) 1.26_02 Fri 19 Jun 2009 - Updated to SQLite 3.6.15 (DUNCAND)