`in_` operator does not supports bound parameter

Issue #3843 wontfix
Valanto Kousetti created an issue

This issue is similar to #3574. Using column.in_(bindparam('name')) (to place a variable list of values) throws exception

Unfortunately for me func.any doesn't solve it because I'm using SQLite which does not support ANY. How can I overcome the issue?

Comments (2)

  1. Log in to comment