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

DBD-SQLite: updated Changes

This commit is contained in:
Kenichi Ishigaki 2009-08-11 12:29:09 +00:00
parent 11c4dd9b76
commit 0db6185b41

View file

@ -17,6 +17,8 @@ Changes for Perl extension DBD-SQLite
for clarity (ISHIGAKI) for clarity (ISHIGAKI)
- Accept empty filename at connect (sqlite will open a tempfile) (DAMI) - Accept empty filename at connect (sqlite will open a tempfile) (DAMI)
- Documented the connect() method (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 1.26_02 Fri 19 Jun 2009
- Updated to SQLite 3.6.15 (DUNCAND) - Updated to SQLite 3.6.15 (DUNCAND)