]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Allow bind processors to work with expanding IN
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Feb 2018 00:47:24 +0000 (19:47 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Feb 2018 18:10:08 +0000 (13:10 -0500)
commitd746ea9579238d41c66f173e5c39d561d094f7f8
treeadf9de32badeeed9b3fb004d81c52f4b0e0c03d4
parentb6e4a16809744255213a4598dc49a9cff9738b0b
Allow bind processors to work with expanding IN

Fixed bug in new "expanding IN parameter" feature where the bind parameter
processors for values wasn't working at all, tests failed to cover this
pretty basic case which includes that ENUM values weren't working.

Change-Id: I8e2420d7229a3e253e43b5227ebb98f9fe0bd14a
Fixes: #4198
doc/build/changelog/unreleased_12/4198.rst [new file with mode: 0644]
lib/sqlalchemy/engine/default.py
test/sql/test_types.py