diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-02-27 19:54:49 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-02-27 19:54:49 -0500 |
| commit | e21cd0d95fb6cdcb4e10ea78abd5626bb92c37c3 (patch) | |
| tree | cf734e703d24fc415727279cb137d97858674cd7 /lib/sqlalchemy/sql/expression.py | |
| parent | c2f86c92b1fbb4e855161bd509d3057f86ed7a74 (diff) | |
| download | sqlalchemy-e21cd0d95fb6cdcb4e10ea78abd5626bb92c37c3.tar.gz | |
- Fixed bug in :func:`.tuple_` construct where the "type" of essentially
the first SQL expression would be applied as the "comparison type"
to a compared tuple value; this has the effect in some cases of an
inappropriate "type coersion" occurring, such as when a tuple that
has a mix of String and Binary values improperly coerces target
values to Binary even though that's not what they are on the left
side. :func:`.tuple_` now expects heterogeneous types within its
list of values.
fixes #2977
Diffstat (limited to 'lib/sqlalchemy/sql/expression.py')
0 files changed, 0 insertions, 0 deletions
