1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 06:38:12 -04:00

updated Changes

This commit is contained in:
Kenichi Ishigaki 2009-06-11 01:23:25 +00:00
parent ae41bd45c1
commit 5679b6ca33

View file

@ -10,6 +10,8 @@ Changes for Perl extension DBD-SQLite
- Now private methods/functions return true after successful - Now private methods/functions return true after successful
calls (#44871) (ISHIGAKI) calls (#44871) (ISHIGAKI)
- Removed all of the "croak"s (#44871) (ISHIGAKI) - Removed all of the "croak"s (#44871) (ISHIGAKI)
- Resolved #46831: table_info schema is incorrect and doesn't
work with attached databases (VLYON/ISHIGAKI)
1.26_01 Tue 5 May 2009 1.26_01 Tue 5 May 2009
- Added ORDINAL_POSITION support for $dbh->column_info (ADAMK) - Added ORDINAL_POSITION support for $dbh->column_info (ADAMK)