]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where the negation of an EXISTS expression would not
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 21 Mar 2016 14:57:40 +0000 (10:57 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 21 Mar 2016 14:58:08 +0000 (10:58 -0400)
commitdfe49c7b7f0c83ced11fdbceef14d89c82647f0b
tree58c15f9cf9cd7f2c31e294927d6d04689472d68a
parente3ea0c8b961b4946b0e63fd8fe8a24c9679cbd33
- Fixed bug where the negation of an EXISTS expression would not
be properly typed as boolean in the result, and also would fail to be
anonymously aliased in a SELECT list as is the case with a
non-negated EXISTS construct.
fixes #3682

(cherry picked from commit 07a4b6cbcda6e6ee6e67893c5a5d2fd01e5f125f)
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/elements.py
test/sql/test_compiler.py
test/sql/test_selectable.py