1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 14:48:32 -04:00

DBD-SQLite: updated Changes as I confirmed the previous sqlite3_get_autocommit() fix resolved #48393 (at least for me)

This commit is contained in:
Kenichi Ishigaki 2009-08-12 02:37:23 +00:00
parent 0db6185b41
commit 5d5fc2c88b

View file

@ -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)