I\'m trying to find a way to cause SQLAlchemy to generate a query of the following form:
select * from t where (a,b) in ((a1,b1),(a2,b2));
Is this poss
see the tuple_ construct in SQLAlchemy 0.6