[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Add "eager_parenthesis" late-compilation rule, use
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-10-03 15:01:26
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/333414fe9494/ Changeset: 333414fe9494 Branch: master User: zzzeek Date: 2016-10-01 13:46:11+00:00 Summary: Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTORE Added compiler-level flags used by Postgresql to place additional parenthesis than would normally be generated by precedence rules around operations involving JSON, HSTORE indexing operators as well as within their operands since it has been observed that Postgresql's precedence rules for at least the HSTORE indexing operator is not consistent between 9.4 and 9.5. Fixes: #3806 Change-Id: I5899677b330595264543b055abd54f3c76bfabf2 Affected #: 8 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. |