From 07a4b6cbcda6e6ee6e67893c5a5d2fd01e5f125f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 21 Mar 2016 10:57:40 -0400 Subject: - 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 --- doc/build/changelog/changelog_10.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') 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 @@ -18,6 +18,15 @@ .. changelog:: :version: 1.0.13 + .. 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 -- cgit v1.2.1