[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-09-20 15:56:13
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2c4119d1eb9e/ Changeset: 2c4119d1eb9e Branch: None User: jpassaro Date: 2016-09-19 21:17:07+00:00 Summary: Exclude eq and ne from associative operators The "eq" and "ne" operators are no longer part of the list of "associative" operators, while they remain considered to be "commutative". This allows an expression like ``(x == y) == z`` to be maintained at the SQL level with parenthesis. Pull request courtesy John Passaro. Fixes: #3799 Change-Id: I3759d8987b35649d7418b6524316c9e70c857e68 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/308 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b9a7a74d5e72/ Changeset: b9a7a74d5e72 Branch: master User: zzzeek Date: 2016-09-20 15:55:19+00:00 Summary: Merge "Exclude eq and ne from associative operators" 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. |