Re: [SQLObject] Specifying defaultOrder
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Luke O. <lu...@me...> - 2003-06-19 17:10:38
|
> Is there any possibility of sorting on more than one column? It's pretty > common to have to sort on more than one column... It appears that CVS currently supports a list for SelectResults orderBy (and _defaultOrder), and properly generates SQL for them. I haven't actually used this in SQLObject yet however. Also, the Join sort implementation will break if you do this, so that'll need to be fixed. - Luke |