]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix regexp for expanding IN
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 Dec 2017 18:22:23 +0000 (13:22 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 Dec 2017 21:32:27 +0000 (16:32 -0500)
commite447582b8575eaf165f02864a4b0b977930b3a52
treed8bb7dab334fc5516e43a4e77f6761b831da4053
parent5da41e46d3e293df03a9741073ed02e2fcca08a2
Fix regexp for expanding IN

Fixed bug in new "expanding bind parameter" feature whereby if multiple
params were used in one statement, the regular expression would not
match the parameter name correctly.

Change-Id: Ifaf7d627aac4ead2a13c8dddccb5c515253d88e6
Fixes: #4140
doc/build/changelog/unreleased_12/4140.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/engine/default.py
test/dialect/oracle/test_compiler.py
test/requirements.py
test/sql/test_query.py