[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
|
From: Bitbucket <com...@bi...> - 2014-01-23 19:51:10
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/286657723151/ Changeset: 286657723151 Branch: rel_0_8 User: zzzeek Date: 2014-01-23 20:30:34 Summary: - add tests for [ticket:2918], confirm this is an 0.9 regression Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/15b23c7f71c0/ Changeset: 15b23c7f71c0 Branch: None User: zzzeek Date: 2014-01-23 20:49:04 Summary: - Fixed an 0.9 regression where the automatic aliasing applied by :class:`.Query` and in other situations where selects or joins were aliased (such as joined table inheritance) could fail if a user-defined :class:`.Column` subclass were used in the expression. In this case, the subclass would fail to propagate ORM-specific "annotations" along needed by the adaptation. The "expression annotations" system has been corrected to account for this case. [ticket:2918] Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/761511f3f241/ Changeset: 761511f3f241 Branch: None User: zzzeek Date: 2014-01-23 20:50:23 Summary: - remove this leftover commented pdb 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. |