Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: nothingmuch [...] woobling.org
Cc:
AdminCc:

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



Subject: A way to enable utf8tion of strings would be nice
I would like to have DBD::SQLite have a flag, which when passed will make a DBH try very to upgrade every string it finds to utf8. An alternative idea is to provide a hook mechanism so that one could send sub { utf8::upgrade($_[0] } and have that done at the DBH level.