Re: [SQLObject] orderBy table.q.attribute
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ma...> - 2004-04-23 16:50:34
|
On Fri, Apr 23, 2004 at 06:05:40PM +0200, Philippe Normand wrote: > Quoting the online doco (http://sqlobject.org/docs/SQLObject.html): > > "You can use the keyword arguments orderBy to create ORDER BY in the > select statements: orderBy takes a string, which should be the > database name of the column, or a column in the form > Person.q.firstName." As I have shown both variants don't work. By different reasons. Probably bugs... this is exactly what I want to understand - are they bugs? are they fixable in 0.5.2? Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |