mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 06:38:12 -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:
parent
413b1daab4
commit
d0dbdf132c
1 changed files with 5 additions and 1 deletions
6
Changes
6
Changes
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue