I have a filter expression 'e' with subqueries embedded.

I would like  issues a query
such as session.query(Ty).filter (e).correlate (None)

I tried this but it failed as correlate only works directly
on select statements,

Does anybody know how to pass this through
or how to rewrite it?


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