[Dbix-class] Re: SQL Query generation issue

Peter Rabbitson rabbit+dbic at rabbit.us
Mon Aug 8 11:02:13 GMT 2011


Marc Logghe wrote:
> Hi
> 
>     Any help on this ?
> 
>     --
>     View this message in context:
>     http://dbix-class.35028.n2.nabble.com/SQL-Query-generation-issue-tp6656054p6662816.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 ?

Both of these are 100% identical, why would he see a difference? :)



More information about the DBIx-Class mailing list