[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - More issues with [ticket:2932] first resolved in
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-02-06 00:26:10
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5c188f6c1ce8/ Changeset: 5c188f6c1ce8 Branch: None User: zzzeek Date: 2014-02-06 01:25:13 Summary: - More issues with [ticket:2932] first resolved in 0.9.2 where using a column key of the form ``<tablename>_<columnname>`` matching that of an aliased column in the text would still not match at the ORM level, which is ultimately due to a core column-matching issue. Additional rules have been added so that the column ``_label`` is taken into account when working with a :class:`.TextAsFrom` construct or with literal columns. [ticket:2932] 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. |