On Wed, Mar 29, 2006 at 22:28:09 -0300, Nilson Santos Figueiredo Junior wrote:
> While reading the documentation I couldn't find any reference
> regarding DBIx::Class performing auto-joins. You'd always need to
> explicitely specify them.
> 
> Is there any reason preventing this from being implemented so that
> code like this:
> 
> my $rs = $schema->resultset('CD')->search(
>     {
>       'artist.name' => 'Bob Marley'
>     }
> );
> 
> would work fine?


SQL::Abstract is not modular enough... Please join me on irc at
around 18:00 GMT as I'm suffering from this too and want to fix it
=)

-- 
  Yuval Kogman <[EMAIL PROTECTED]>
http://nothingmuch.woobling.org  0xEBD27418

Attachment: pgpSP3kGnYBLn.pgp
Description: PGP signature

_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/

Reply via email to