hi all

I meet a problem

I have create a column as
class Space(SQLObject):
....
pages = MultipleJoin('Page', orderBy='name')

I can get the pages from Space but the orderby is different the "order
by" in a normal SQL syntax.
The result of SqlObject give me is the uppercase before lowercase, for example:
the "GetLastModifiedTime" before the "functions" in the result.

But in normal SQL syntax, the "GetLastModifiedTime" must be after the
"functions"

-- 
with kind regards

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to