Re: [RDBO] sorted relationship output?

2006-03-14 Thread John Siracusa
On 3/14/06 8:12 AM, Uwe Voelker wrote: Can you think of a good way to pass custom manager_args to individual calls to a relationship accessor? Maybe a new read-only accessor type where arguments can't possible be meant to set values? Is it possible to make a second accessor for the same

Re: [RDBO] sorted relationship output?

2006-03-14 Thread Michael Lackhoff
On 14 Mar 2006, John Siracusa wrote: On 3/14/06 4:17 AM, Michael Lackhoff wrote: Is it possible to either define a default sort_by clause in the relationship definition See Uwe's earlier response for how to do this. Yes, that works great. Thanks! or when the relationship method is

Re: [RDBO] sorted relationship output?

2006-03-14 Thread Michael Lackhoff
On 14 Mar 2006, Uwe Voelker wrote: $meta-relationships ( changes = {type = 'one to many', class= 'Changes', column_map = {ID = 'AUFTRAG'}, manager_args = {sort_by = 'CHANGES.DATUM DESC'},