I've checked the following with sqlite only.
SQLObject version: 0.8.0b1
Sql query generation is broken when using
several columns as orderBy keyword argument
and inherited classes:
---------------------------------------------------------------
class parent( InheritableSQLObject ):
pass
class t( parent ):
c = IntCol( )
d = IntCol( ...
2007-01-20 20:14:10 UTC in SQLObject