]> 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:55:07 +0000 (12:55 -0400)
commitde8a9fd81408634101e0303e45710c47f1527151
treef05407ac07448b282a86a84f9d10f7182f2b9d28
parent933af1078f93334de442b5f4d92869a8fc9854b2
- 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

(cherry picked from commit 20e3df602846bb1d8940b5138f21ef203c99bade)
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/query.py
test/orm/test_query.py