[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-03-21 15:00:50
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/07a4b6cbcda6/ Changeset: 07a4b6cbcda6 Branch: None User: zzzeek Date: 2016-03-21 14:57:40+00:00 Summary: - 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 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/dfe49c7b7f0c/ Changeset: dfe49c7b7f0c Branch: rel_1_0 User: zzzeek Date: 2016-03-21 14:58:08+00:00 Summary: - 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) Affected #: 5 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |