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:
parent
0db6185b41
commit
5d5fc2c88b
1 changed files with 2 additions and 1 deletions
3
Changes
3
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue