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 (still trying to spot/fix other memory leaks)

This commit is contained in:
Kenichi Ishigaki 2009-07-16 17:30:27 +00:00
parent 1bb88bfae0
commit 57645943ee

View file

@ -3,6 +3,7 @@ Changes for Perl extension DBD-SQLite
1.26_03 to be released
- Updated to SQLite 3.6.16 (ISHIGAKI)
- Switched to use :memory: for most of the tests (ISHIGAKI)
- Fixed a memory leak when prepare should fail (ISHIGAKI)
1.26_02 Fri 19 Jun 2009
- Updated to SQLite 3.6.15 (DUNCAND)