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-10 16:07:38 +00:00
parent 3aa4ac0eed
commit d523440b97

View file

@ -1,7 +1,7 @@
Changes for Perl extension DBD-SQLite
1.26_03 to be released
- Updated to SQLite 3.6.16 (ISHIGAKI)
- Updated to SQLite 3.6.17 (ISHIGAKI)
- Switched to use :memory: for most of the tests (ISHIGAKI)
- Fixed a memory leak when prepare should fail (ISHIGAKI)
- Added support for commit/rollback/update hooks (DAMI)