[sqlalchemy] Re: relation does not honor order_by attribute

2009-10-14 Thread Gaetan de Menten
On Wed, Oct 14, 2009 at 08:34, robert rottermann rob...@redcor.ch wrote: I am using a one to many relation, and would like the result to be ordered by a field of the child table. however no order by statement is executed when I access the related property of the parent object. this is my

[sqlalchemy] Re: relation does not honor order_by attribute

2009-10-14 Thread robert rottermann
thanks robert Gaetan de Menten schrieb: On Wed, Oct 14, 2009 at 08:34, robert rottermann rob...@redcor.ch wrote: I am using a one to many relation, and would like the result to be ordered by a field of the child table. however no order by statement is executed when I access the related