1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

DBD-SQLite: updated Changes (note: will port some more later, so don't release too early :p)

This commit is contained in:
Kenichi Ishigaki 2009-05-05 09:06:16 +00:00
parent 16d3af7794
commit b30d014286

View file

@ -1,5 +1,9 @@
Changes for Perl extension DBD-SQLite
1.26_02 to be released
- Started using install_method() suggested by TIMB (#44882)
Ported last_insert_rowid as the first attempt (ISHIGAKI)
1.26_01 Tue 5 May 2009
- Added ORDINAL_POSITION support for $dbh->column_info (ADAMK)
- Applied several fixes from GFUJI to clean up code (#45578)