On Fri, 13 Oct 2006 16:15:38 -0500 (CDT) Rick Flosi <[EMAIL PROTECTED]> wrote:
> > According to the docs: > "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. You can use "-colname" to specify descending > order, or call MyClass.select().reversed()." > source: http://sqlobject.org/SQLObject.html#orderby When it says "-colname" it doesn't mean -Table.q.field, it means "-field". -Table.q.field means something different than "-colname". Jason
signature.asc
Description: PGP signature
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
