mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 14:48:32 -04:00
DBD-SQLite: updated Changes
This commit is contained in:
parent
ded22d4a9f
commit
44587deb4a
1 changed files with 6 additions and 0 deletions
6
Changes
6
Changes
|
@ -6,6 +6,12 @@ Changes for Perl extension DBD-SQLite.
|
|||
- Dropping support for uncode before 5.8.5 to simplify support and
|
||||
to prevent people hurting themselves on platforms that don't
|
||||
properly support Unicode anyway (ADAMK)
|
||||
- Stopped guessing if a bind param looks like a number or not
|
||||
(suggested by GUIDO). This reopens #29058 and #29629, but
|
||||
there are two workarounds for them. 1) Use "bind_param"
|
||||
explicitly (rather than plain "execute", as you do for BLOB).
|
||||
2) Add "+0" to the appropriate part(s) of your SQL to let
|
||||
sqlite convert them into a number. (ISHIGAKI)
|
||||
|
||||
1.22_03 Thu 10 Apr 2009
|
||||
- Resolved #44876: Patch to fix includes in the SQLITE_LOCATION case by janus (ISHIGAKI)
|
||||
|
|
Loading…
Add table
Reference in a new issue