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

DBD-SQLite: reverted Changes

This commit is contained in:
Kenichi Ishigaki 2009-05-27 07:01:07 +00:00
parent ca89bb4112
commit b0009ebcc6

View file

@ -9,7 +9,6 @@ Changes for Perl extension DBD-SQLite
- Added enable_load_extension pod (ISHIGAKI)
- Now private methods/functions return true after successful
calls (#44871) (ISHIGAKI)
- Resolved #46380: enable FTS3 extended query syntax (ISHIGAKI)
1.26_01 Tue 5 May 2009
- Added ORDINAL_POSITION support for $dbh->column_info (ADAMK)