diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-03-21 10:57:40 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-03-21 10:58:08 -0400 |
| commit | dfe49c7b7f0c83ced11fdbceef14d89c82647f0b (patch) | |
| tree | 58c15f9cf9cd7f2c31e294927d6d04689472d68a /doc | |
| parent | e3ea0c8b961b4946b0e63fd8fe8a24c9679cbd33 (diff) | |
| download | sqlalchemy-dfe49c7b7f0c83ced11fdbceef14d89c82647f0b.tar.gz | |
- 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)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_10.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index defaf452b..07188b771 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -20,6 +20,15 @@ .. change:: :tags: bug, sql + :tickets: 3682 + + 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. + + .. change:: + :tags: bug, sql :tickets: 3666 Fixed bug where "unconsumed column names" exception would fail to |
