[Sqlalchemy-tickets] Issue #3574: `in_` operator does not supports bound parameter (zzzeek/sqlalche
Brought to you by:
zzzeek
|
From: Taha J. <iss...@bi...> - 2015-11-03 05:08:51
|
New issue 3574: `in_` operator does not supports bound parameter https://bitbucket.org/zzzeek/sqlalchemy/issues/3574/in_-operator-does-not-supports-bound Taha Jahangir: Using `column.in_(bindparam('name'))` (to place a variable list of values) throws following exception: (with psycopg2 engine) `sqlalchemy.exc.InvalidRequestError: in_() accepts either a list of expressions or a selectable: BindParameter('name', None, type_=NullType())` |