Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 25924
Status: resolved
Priority: 0/
Queue: DBD-SQLite

People
Owner: Nobody in particular
Requestors: Toby.Allsopp [...] navman.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Arguments to user-defined functions do not respect unicode setting
Date: Fri, 30 Mar 2007 11:31:09 +1200
To: bug-DBD-SQLite [...] rt.cpan.org
From: Toby Allsopp <Toby.Allsopp [...] navman.com>
This is with DBD::SQLite 1.13. Even if unicode is set on the database handle, the strings passed to user-defined functions (those created using $bdh->func(..., 'create_function')) do not have the utf8 flag set, even though they are UTF-8 encoded. The same strings correctly have the utf8 flag set if retrieved by a select statement.
Le Jeu. Mar. 29 19:31:31 2007, Toby.Allsopp@navman.com a écrit : Show quoted text
> This is with DBD::SQLite 1.13. > > Even if unicode is set on the database handle, the strings passed to > user-defined functions (those created using $bdh->func(..., > 'create_function')) do not have the utf8 flag set, even though they > are UTF-8 encoded. The same strings correctly have the utf8 flag set > if retrieved by a select statement.
Fixed in SVN trunk rev. 6082 -- wait for next release
Marking resolved