[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Add _negate() to Label to negate inner element
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-04-21 18:16:17
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/920f77e3c17e/ Changeset: 920f77e3c17e Branch: master User: zzzeek Date: 2017-04-21 17:35:38+00:00 Summary: Add _negate() to Label to negate inner element Fixed the negation of a :class:`.Label` construct so that the inner element is negated correctly, when the :func:`.not_` modifier is applied to the labeled expression. Change-Id: Ia99917b2959bdfbff28689c962b4203911c57b85 Fixes: #3969 Affected #: 3 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. |