On Mon, Jul 16, 2007 at 04:54:54PM +0800, ro wrote:
> 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.
Add "?debug=1" to the DB URI and watch the queries SQLObject passes to
the backend - any problems there?
> 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"
If you run a query with ORDER BY manually (without SQLObject at all)
- does the backend return the rows in a proper order?
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ [EMAIL PROTECTED]
Programmers don't die, they just GOSUB without RETURN.
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss