Re: [SQLObject] Sort order in MultipleJoin
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Ian B. <ia...@co...> - 2003-05-13 20:37:04
|
On Tue, 2003-05-13 at 14:52, deelan wrote: > with this code i was able to grab such list and format an HTML table > with cheetah, so far so good, but i was wondering, the result > phonenumber list is unordered. is there a way to specifiy an order of > such list? i've seen > a _defaultOrder in the manual but seems related to Person.q or > Person.select. i've tried to specify a _defaultOrder in PhoneNumber with: No, ordering doesn't apply to joins. It would be nice if it did, I just haven't done that. Ian |