]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed regression from as yet unreleased 0.9.10 where the new addition
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Apr 2015 16:53:27 +0000 (12:53 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Apr 2015 16:53:27 +0000 (12:53 -0400)
commit20e3df602846bb1d8940b5138f21ef203c99bade
tree5f6df5d7a0c2768e31ddbdf22cf76e8b4be11890
parent606a9b02e5c6081878aa331d1d2c3a678a671904
- Fixed regression from as yet unreleased 0.9.10 where the new addition
of ``entity`` to the :attr:`.Query.column_descriptions` accessor
would fail if the target entity was produced from a core selectable
such as a :class:`.Table` or :class:`.CTE` object.
fixes #3403  references #3320
doc/build/changelog/changelog_09.rst
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/query.py
test/orm/test_query.py