actually the GROUP BY wont go through as a keyword argument to
query.select() at the moment, so youd have to use the full select
statement.  but also, i dont see why youd want that GROUP BY in the
query, you dont have any aggregate functions in your column list and
also GROUP BY requires all non-aggregates to be part of the group (at
least in postgres).


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
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