[Dbix-class] DBIx::Class::Loader::mysql - bug(?)
Alan Humphrey
alan.humphrey at comcast.net
Mon Jan 9 19:15:01 CET 2006
I'm using MySQL 5. I'd like Loader to load my relationships. There is a
problem in DBIx::Class::Loader::mysql :
my $comment = $sth->fetchrow_hashref->{comment} || '';
should be
my $comment = $sth->fetchrow_hashref->{Comment} || '';
note the capital 'C'. Does anyone know whether this is a bug in
Loader::mysql or a change in MySQL 5? The MySQL docs make it sound like
it's always been 'Comment'.
- Alan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/dbix-class/attachments/20060109/1afc3a23/attachment.htm
More information about the Dbix-class
mailing list