[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The precedence rules for the :meth:`.ColumnOperat
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-12-06 00:04:28
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b653fb3a23a0/ Changeset: b653fb3a23a0 Branch: None User: zzzeek Date: 2013-12-06 01:03:31 Summary: - The precedence rules for the :meth:`.ColumnOperators.collate` operator have been modified, such that the COLLATE operator is now of lower precedence than the comparison operators. This has the effect that a COLLATE applied to a comparison will not render parenthesis around the comparison, which is not parsed by backends such as MSSQL. The change is backwards incompatible for those setups that were working around the issue by applying :meth:`.Operators.collate` to an individual element of the comparison expression, rather than the comparison expression as a whole. [ticket:2879] 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. |