mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 14:48:32 -04:00
added a note and a test of placeholders to resolve #53579
This commit is contained in:
parent
126b5e6dc4
commit
6b5460c83a
1 changed files with 4 additions and 2 deletions
6
Changes
6
Changes
|
@ -6,11 +6,13 @@ Changes for Perl extension DBD-SQLite
|
|||
corrupts BLOB data; now BLOB data is always stored as bytes
|
||||
(without the utf-8 flag) even if it has the flag set (ISHIGAKI)
|
||||
|
||||
- implemented NUM_OF_PARAMS statement handle attribute (ISHIGAKI)
|
||||
- added experimental "sqlite_allow_multiple_statements"
|
||||
- Implemented NUM_OF_PARAMS statement handle attribute (ISHIGAKI)
|
||||
- Added experimental "sqlite_allow_multiple_statements"
|
||||
database handle attribute, and "sqlite_unprepared_statements"
|
||||
statement handle attribute, to allow processing a SQL dump
|
||||
(ISHIGAKI)
|
||||
- Resolved #53579: Added a note and a test of placeholders.
|
||||
(ISHIGAKI)
|
||||
|
||||
1.29 Fri 8 Jan 2010
|
||||
- Updated to SQLite 3.6.22 (DUNCAND)
|
||||
|
|
Loading…
Add table
Reference in a new issue