Michael Bayer ha scritto:
> might be better to pull the "asc"/"desc" functions straight from the
> sql module so you dont rely on _CompoundClause:
> 
> def orderBy(table, order=[]):
>      return [getattr(sql, direction)(table.c[column]) for column,
> direction in order]
> 

Yes, thanks.


Regards  Manlio Perillo

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to