diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-04-12 14:33:50 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-04-12 14:33:50 -0400 |
commit | f0a334903316aa1f320053e368842458f667cbf3 (patch) | |
tree | c220fb647b5d4d772267afd3fa06292185256046 /lib/sqlalchemy/sql/operators.py | |
parent | cf6f342150791ace82c6a099e8ea2923138bd61e (diff) | |
download | sqlalchemy-f0a334903316aa1f320053e368842458f667cbf3.tar.gz |
Ensure bindparam key escaping applied in all cases
Fixed regression where the :class:`_sql.BindParameter` object would not
properly render for an IN expression (i.e. using the "post compile" feature
in 1.4) if the object were copied from either an internal cloning
operation, or from a pickle operation, and the parameter name contained
spaces or other special characters.
Fixes: #6249
Change-Id: Icd0d4096c8fa4eb1a1d4c20f8a96d8b1ae439f0a
Diffstat (limited to 'lib/sqlalchemy/sql/operators.py')
0 files changed, 0 insertions, 0 deletions