Files
sqlalchemy/test/sql
Mike Bayer 5c188f6c1c - 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]
2014-02-05 19:25:13 -05:00
..
2013-08-28 10:16:52 -04:00
2013-04-27 19:53:57 -04:00
2014-02-01 13:22:43 -05:00
2013-11-21 15:39:05 -05:00