Files
sqlalchemy/lib
Mike Bayer b815e94833 - 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
2015-03-11 14:46:52 -04:00
..