[Dbix-class] Re: Dbix-class Digest, Vol 22, Issue 3
Daniel Austin
daniel.austin at gmail.com
Tue Apr 3 13:19:09 GMT 2007
> can you use..
>
> my $a_rs = $schema->resultset('B')->search( { 'me.name' => { like =>
> 'sometext%' } } );
You know, I could have sworn that I tried that and it didn't work but
just trying that now and it works fine. I might have tried to use the
table name instead of the alias.
Anyway, works great. Thanks for the tip -- appreciate the help!
Dan
More information about the Dbix-class
mailing list