Re: [sqlalchemy] Baked Queries | .in_() & .count()

2016-10-04 Thread Mike Bayer
On 10/03/2016 07:41 PM, Andrew Kowalik wrote: SQLAlchemy == 1.0.3 mysql-python == 1.2.5 I have been playing around with baked queries and have a couple observations, one which is problem my lack of SQLA knowledge and the other a possible feature. 1) .in_ and bindparam I have a query that I

[sqlalchemy] Baked Queries | .in_() & .count()

2016-10-03 Thread Andrew Kowalik
SQLAlchemy == 1.0.3 mysql-python == 1.2.5 I have been playing around with baked queries and have a couple observations, one which is problem my lack of SQLA knowledge and the other a possible feature. 1) .in_ and bindparam I have a query that I am baking that uses in_ with a python list. For