on the "generative" line:
- how would i prepack a select (or some other filtering) and give it 
to a query() _later_?
e.g. i have some table.c.type == 'person', and i want to apply to 
several queries?
i can store the expression, doing query.select(expr) each time.
Any other way? e.g. store a select([expr])?


--~--~---------~--~----~------------~-------~--~----~
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