[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-01-16 23:04:24
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/79fa69f1f37f/ Changeset: 79fa69f1f37f Branch: None User: zzzeek Date: 2015-01-16 23:03:45+00:00 Summary: - Fixed bug where Postgresql dialect would fail to render an expression in an :class:`.Index` that did not correspond directly to a table-bound column; typically when a :func:`.text` construct was one of the expressions within the index; or could misinterpret the list of expressions if one or more of them were such an expression. fixes #3174 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/63b2c466d12f/ Changeset: 63b2c466d12f Branch: rel_0_9 User: zzzeek Date: 2015-01-16 23:04:07+00:00 Summary: - Fixed bug where Postgresql dialect would fail to render an expression in an :class:`.Index` that did not correspond directly to a table-bound column; typically when a :func:`.text` construct was one of the expressions within the index; or could misinterpret the list of expressions if one or more of them were such an expression. fixes #3174 (cherry picked from commit 79fa69f1f37fdbc0dfec6bdea1e07f52bfe18f7b) 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. |