Re: [RDBO] Proper usage of query_args?

2008-01-08 Thread John Siracusa
On Jan 8, 2008 6:21 PM, Justin Ellison <[EMAIL PROTECTED]> wrote: > my $oa = $sku->object_attributes(query_args => ['attribute.atr_nm' => >$attributeName ], > )->[0]; If your relationship description was accu

[RDBO] Proper usage of query_args?

2008-01-08 Thread Justin Ellison
Ever look at something so long your eyes bleed? I have a SKU object, with a relationship to object_attribute, like so: relationships => [ object_attributes => { type => 'one to many', class => 'My::DB::ObjectAttribute', manager_args =