Re: [RDBO] can't figure out a query

2006-07-29 Thread John Siracusa
On 7/28/06 5:36 PM, Jonathan Vanasco wrote: > the issue is because: > > privacy_override__subordinates == the object name, on the table > user_link_privacy_override > > with_objects takes the arguments of the relationship object > query builders take the arguments of the table name The query bui

Re: [RDBO] can't figure out a query

2006-07-29 Thread Jonathan Vanasco
replying to myself: the issue is because: privacy_override__subordinates == the object name, on the table user_link_privacy_override with_objects takes the arguments of the relationship object query builders take the arguments of the table name or=> [

[RDBO] can't figure out a query

2006-07-28 Thread Jonathan Vanasco
This is driving me crazy: Link::Manager $results= $class->get_useraccount_link( with_objects=> [ 'privacy_override__subordinates'], query=> [ useraccount_id=> $args{'useraccount_id'}, #get all the lin