diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-05 19:03:31 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-05 19:03:31 -0500 |
commit | b653fb3a23a0388814d9ab79b884d64d396baff1 (patch) | |
tree | ba0eb6017e0035b8726da13e617a16562fae4b2f /lib/sqlalchemy/dialects/postgresql/pgjson.py | |
parent | 3621e4b8de9124ad4f27d77c3c6cb7470ba31e69 (diff) | |
download | sqlalchemy-b653fb3a23a0388814d9ab79b884d64d396baff1.tar.gz |
- 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]
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/pgjson.py')
0 files changed, 0 insertions, 0 deletions