1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

updated Changes

This commit is contained in:
Kenichi Ishigaki 2010-02-09 15:14:18 +00:00
parent 3db3c32273
commit eb9ab2a1f6

View file

@ -6,6 +6,9 @@ Changes for Perl extension DBD-SQLite
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 #54271: Inserting a string with utf-8 flag on
corrupts BLOB data; now BLOB data is stored as bytes even if
it has the utf-8 flag set (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)