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-05-01 00:52:01 +00:00
parent 81ee8cbe1e
commit 3ec90a5beb

View file

@ -4,6 +4,8 @@ Changes for Perl extension DBD-SQLite
- Added ORDINAL_POSITION support for $dbh->column_info (ADAMK)
- Applied several fixes from GFUJI to clean up code (#45578)
(ISHIGAKI)
- Skipped some of the unicode path tests under cygwin (#45166)
(JDHEDDEN)
1.25 Thu 23 Apr 2009
- Amalgamation conversion turned out to be quicker than expected.