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

Tiny tweak

This commit is contained in:
Adam Kennedy 2009-04-02 04:13:18 +00:00
parent 75a99648de
commit 1c55ed52a0

View file

@ -1,9 +1,9 @@
Revision history for Perl extension DBD-SQLite.
1.19_05 not yet released
- Added collations from DBD::SQLite::Amalgamation (CORION)
. DBD::SQLite::Amalgamation 3.6.1.2 and DBD::SQLite 1.19_04
1.19_05 Thu 2 Apr 2009
- DBD::SQLite::Amalgamation 3.6.1.2 and DBD::SQLite 1.19_04
should be feature identical now.
- Added collations from DBD::SQLite::Amalgamation (CORION)
- Removed statement handle activation after "execute" if
there's no row to fetch. I hope this silences the
Class::DBI's warnings. (ISHIGAKI)