[Dbix-class] Re: SQL Query generation issue
Marc Logghe
logghe.marc at gmail.com
Mon Aug 8 10:32:22 GMT 2011
Hi
Any help on this ?
>
> --
> View this message in context:
> http://dbix-class.35028.n2.nabble.com/SQL-Query-generation-issue-tp665605=
4p6662816.html
> Sent from the DBIx-Class mailing list archive at Nabble.com.
>
>
Do you see a difference if you replace the line
*use base qw/DBIx::Class::Core/; *
by:
use base 'DBIx::Class';
__PACKAGE__->load_components("Core");
in your schema file ?
regards,
Marc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/dbix-class/attachments/20110808/77d=
c0154/attachment.htm
More information about the DBIx-Class
mailing list