On Mon, Jul 16, 2007 at 04:54:54PM +0800, ro wrote:
> The result of SqlObject give me is the uppercase before lowercase, for 
> example:
> the "GetLastModifiedTime" before the "functions" in the result.

   But this is the correct order:

>>> ord('G')
71
>>> ord('f')
102

   Ordering by names sort uppercase before lowercase, all right.

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
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to