Wow, really great! It would be a good idea to put this example to the book. I'm just begining to understend the Python strength after VBA. Thanks
четверг, 22 декабря 2011 г., 17:41:17 UTC+4 пользователь Jim S написал: > > Are you passing a dict to the orderby parm? > > Here is an example of one I'm using... > > orderby = dict(auth_group=[db.auth_group.role], > auth_permission=[db.auth_permission.table_name, > db.auth_permission.name]) > > -Jim > > On 12/21/2011 10:40 PM, Adi wrote: > > Massimo, > > Is it possible to limit the scope of orderby only to a parent table, > > and not children? Once I click to see "children" records I get an > > error that the column is unknown in "order clause" 1054 > > > > --

