[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-03-11 18:48:45
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b815e9483319/ Changeset: b815e9483319 Branch: None User: zzzeek Date: 2015-03-11 18:46:52+00:00 Summary: - Added a new entry ``"entity"`` to the dictionaries returned by :attr:`.Query.column_descriptions`. This refers to the primary ORM mapped class or aliased class that is referred to by the expression. Compared to the existing entry for ``"type"``, it will always be a mapped entity, even if extracted from a column expression, or None if the given expression is a pure core expression. references #3320 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/285ed82f1324/ Changeset: 285ed82f1324 Branch: None User: zzzeek Date: 2015-03-11 18:47:21+00:00 Summary: - Added a new entry ``"entity"`` to the dictionaries returned by :attr:`.Query.column_descriptions`. This refers to the primary ORM mapped class or aliased class that is referred to by the expression. Compared to the existing entry for ``"type"``, it will always be a mapped entity, even if extracted from a column expression, or None if the given expression is a pure core expression. references #3320 (cherry picked from commit b815e9483319b93f98bef11c7d47378441f78d21) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/950d143ccbbd/ Changeset: 950d143ccbbd Branch: rel_0_9 User: zzzeek Date: 2015-03-11 18:48:17+00:00 Summary: 0.9.10 bump Affected #: 1 file 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. |