[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-04-30 16:55:32
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/20e3df602846/ Changeset: 20e3df602846 Branch: None User: zzzeek Date: 2015-04-30 16:53:27+00:00 Summary: - Fixed regression from as yet unreleased 0.9.10 where the new addition of ``entity`` to the :attr:`.Query.column_descriptions` accessor would fail if the target entity was produced from a core selectable such as a :class:`.Table` or :class:`.CTE` object. fixes #3403 references #3320 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/de8a9fd81408/ Changeset: de8a9fd81408 Branch: rel_0_9 User: zzzeek Date: 2015-04-30 16:55:07+00:00 Summary: - Fixed regression from as yet unreleased 0.9.10 where the new addition of ``entity`` to the :attr:`.Query.column_descriptions` accessor would fail if the target entity was produced from a core selectable such as a :class:`.Table` or :class:`.CTE` object. fixes #3403 references #3320 (cherry picked from commit 20e3df602846bb1d8940b5138f21ef203c99bade) 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. |