[Dbix-class] Auto-joins
Yuval Kogman
nothingmuch at woobling.org
Thu Mar 30 09:45:42 CEST 2006
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 <nothingmuch at woobling.org>
http://nothingmuch.woobling.org 0xEBD27418
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
Url : http://lists.rawmode.org/pipermail/dbix-class/attachments/20060330/291d9135/attachment.pgp
More information about the Dbix-class
mailing list