From: J. Shirley
> Try using the DSN method of enabling DBD::mysql attributes? I don't use
Catalyst::Model::DBI, so this is just a guess, but try:
> __PACKAGE__->config( dsn =>
'DBI:mysql:database=intranet;mysql_enable_utf8=1' );
> -J
Thanks. Finally I've seen that the following way works fine:
$dbh->{mysql_enable_utf8} = 1;
I don't know why it didn't work for the first time...
Octavian
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/