I have a table with a composite primary key. I am trying to find out
how to get sqlalchemy to generate a query like this:

SELECT * FROM foo WHERE (a,b) IN ( (a1, b1),  (a2, b2) )

I have been reading through the docs, and I can't quite figure out the
"right way" to do this. Can someone point me in the right direction?

Thanks,
Jeff Peck

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

Reply via email to