On Wed, 10 Sep 2003, Steve Hay wrote:
Is there any such functionality currently in DBD-mysql, or any chance of
it or something similar being added soonish?
Not right now, but I expect this to go into the next non-bugfix version
which will have more support for the 4.1.x features; and I don't expect it
to be that much longer before a release.
I could really use some means of telling DBD-mysql to do the conversions
outlined above on all my char data.
You might be able to use some of the Class::DBI features to get this write
now; or, if you would like (and don't mind using pre-alpa code), I could
hack up a patch this weekend that would give you a mysql_enable_utf8 flag
that if enabled will try and guess the types (as DBD::Pg does right now).
Rudy