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

DBD-SQLite: updated Changes

This commit is contained in:
Kenichi Ishigaki 2009-04-02 00:51:37 +00:00
parent 6c843aa52b
commit 6e74fa6ca3

View file

@ -4,6 +4,9 @@ Revision history for Perl extension DBD-SQLite.
- Added collations from DBD::SQLite::Amalgamation (CORION)
. DBD::SQLite::Amalgamation 3.6.1.2 and DBD::SQLite 1.19_04
should be feature identical now.
- Removed statement handle activation after "execute" if
there's no row to fetch. I hope this silences the
Class::DBI's warnings. (ISHIGAKI)
1.19_04 Tue 31 Mar 2009
- Updated to SQLite 3.6.12 (ISHIGAKI)