[Sqlalchemy-commits] commit/sqlalchemy: Michael Birtwell: Flatten operator precedence for compariso
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-05-25 20:24:25
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f8a3f14e4f86/ Changeset: f8a3f14e4f86 Branch: master User: Michael Birtwell Date: 2017-05-25 20:02:13+00:00 Summary: Flatten operator precedence for comparison operators The operator precedence for all comparison operators such as LIKE, IS, IN, MATCH, equals, greater than, less than, etc. has all been merged into one level, so that expressions which make use of these against each other will produce parentheses between them. This suits the stated operator precedence of databases like Oracle, MySQL and others which place all of these operators as equal precedence, as well as Postgresql as of 9.5 which has also flattened its operator precendence. Co-authored-by: Mike Bayer <mi...@zz...> Fixes: #3999 Change-Id: I3f3d5124a64af0d376361cdf15a97e2e703be56f Pull-request: https://github.com/zzzeek/sqlalchemy/pull/367 Affected #: 6 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. |