Re: [SQLObject] Specifying defaultOrder
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <el...@in...> - 2003-06-19 13:48:25
|
Andy wrote: > But - I'd like the records returned in reverse date order, which can be > achieved in SQL with an order by clause like 'dateCol DESC'. I've tried > this in my class definition but I get the following error; You must be the 6th person to ask, I was the 5th, according to Luke. :-) Sort order cannot currently be specified in SO. ...Edmund. |