diff --git a/Changes b/Changes index beb78b9..8964e9d 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,8 @@ Changes for Perl extension DBD-SQLite for clarity (ISHIGAKI) - 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) 1.26_02 Fri 19 Jun 2009 - Updated to SQLite 3.6.15 (DUNCAND)