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; almost ready for another dev release, but maybe we can wait some more, until the next sqlite3 monthly (dev) release

This commit is contained in:
Kenichi Ishigaki 2010-02-11 14:57:46 +00:00
parent 413b1daab4
commit d0dbdf132c

View file

@ -9,10 +9,14 @@ Changes for Perl extension DBD-SQLite
- Implemented NUM_OF_PARAMS statement handle attribute (ISHIGAKI) - Implemented NUM_OF_PARAMS statement handle attribute (ISHIGAKI)
- Added experimental "sqlite_allow_multiple_statements" - Added experimental "sqlite_allow_multiple_statements"
database handle attribute, and "sqlite_unprepared_statements" database handle attribute, and "sqlite_unprepared_statements"
statement handle attribute, to allow processing a SQL dump statement handle attribute, to allow processing a SQL dump.
(ISHIGAKI) (ISHIGAKI)
- Resolved #53579: Added a note and a test of placeholders. - Resolved #53579: Added a note and a test of placeholders.
(ISHIGAKI) (ISHIGAKI)
- Resolved #45113, which was actually an issue of dequoting
primary key column names (ISHIGAKI)
- You can now retrieve some of the statement handle attributes
before you execute. (ISHIGAKI)
1.29 Fri 8 Jan 2010 1.29 Fri 8 Jan 2010
- Updated to SQLite 3.6.22 (DUNCAND) - Updated to SQLite 3.6.22 (DUNCAND)