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 (not ready for release yet)

This commit is contained in:
Kenichi Ishigaki 2009-05-06 09:19:14 +00:00
parent 4c501a2751
commit a926e727c5

View file

@ -1,9 +1,11 @@
Changes for Perl extension DBD-SQLite Changes for Perl extension DBD-SQLite
1.26_02 to be released 1.26_02 to be released
- Started using install_method() suggested by TIMB (#44882) - Resolved #44882: Use of $h->func() should be deprecated and
Ported last_insert_rowid as the first attempt (ISHIGAKI) replaced with calls to driver-private 'installed methods'
(ISHIGAKI)
- Added access to Online Backup functionality. (TJC) - Added access to Online Backup functionality. (TJC)
- Added enable_load_extension pod (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)