Re: [Dbix-class] Wrong UTF-8 handling in DBIx::Class/DBD::mysql despite mysql_enable_utf8

2010-05-21 Thread Alexander Hartmaier
Why not just switch to a real db like Postgres or Oracle, I'm sure that will fix your problem as well. -- Best regards, Alex Am Donnerstag, den 13.05.2010, 18:11 +0200 schrieb Matias E. Fernandez: Hello again On 2010-05-13, at 24:19, Marc Mims wrote: I disagree with that. Consider this:

Re: [Dbix-class] [Fwd: Re: [Catalyst] db delete]

2010-05-21 Thread Alexander Hartmaier
Are you using Catalyst::Model::DBIC::Schema or the old Catalyst::Model::DBIC? If the old one convert your Catalyst Model to Catalyst::Model::DBIC::Schema which will likely fix the problem. -- Best regards, Alex Am Mittwoch, den 12.05.2010, 18:53 +0200 schrieb Stuart Dodds: This message is

Re: [Dbix-class] How to alter table via DBIC?

2010-05-21 Thread Chris Cole
On 21/05/10 11:46, Alexander Hartmaier wrote: Hi Chris, Am Freitag, den 21.05.2010, 11:33 +0200 schrieb Chris Cole: Hi ALex, On 21/05/10 09:36, Alexander Hartmaier wrote: DDL queries executed by your model at runtime sounds like a VERY bad idea! Your app db user shouldn't even be allowed to