[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed a bug where clause adaption as applied to a
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-06-10 03:40:01
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a9030d024196/ Changeset: a9030d024196 Branch: None User: zzzeek Date: 2015-06-10 03:39:14+00:00 Summary: - Fixed a bug where clause adaption as applied to a :class:`.Label` object would fail to accommodate the labeled SQL expression in all cases, such that any SQL operation that made use of :meth:`.Label.self_group` would use the original unadapted expression. One effect of this would be that an ORM :func:`.aliased` construct would not fully accommodate attributes mapped by :obj:`.column_property`, such that the un-aliased table could leak out when the property were used in some kinds of SQL comparisons. fixes #3445 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. |