1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

updated Changes

This commit is contained in:
Kenichi Ishigaki 2014-08-16 22:15:41 +09:00
parent 302741f5f3
commit 74244341cd

View file

@ -1,5 +1,10 @@
Changes for Perl extension DBD-SQLite Changes for Perl extension DBD-SQLite
1.43_08 to be released
- Updated to SQLite 3.8.6, which should fix a unique index
issue: see http://www.sqlite.org/src/info/9a6daf340df99ba93c
for details (ISHIGAKI)
1.43_07 2014-07-30 1.43_07 2014-07-30
- Resolved #97598: Crash on disconnect with virtual tables (FTS4) - Resolved #97598: Crash on disconnect with virtual tables (FTS4)
(patch and test code by Rob++) (ISHIGAKI) (patch and test code by Rob++) (ISHIGAKI)