]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Check for non-entity when inspecting for subqueryload
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Jul 2017 18:58:26 +0000 (14:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Jul 2017 19:02:39 +0000 (15:02 -0400)
commit3d41ea09a899b06feedd02864a69b8dc833f5a6b
tree1a1008d7ee2435de90b14abae32e7ade9cd8c845
parent32f67637cd705840751bd1d8d37db87df5823a4b
Check for non-entity when inspecting for subqueryload

Fixed issue where adding additional non-entity columns to
a query that includes an entity with subqueryload relationships
would fail, due to an inspection added in 1.1.11 as a result of
:ticket:`4011`.

Change-Id: I8ef082be649125bdc07b428cb9b0a77a65d73671
Fixes: #4033
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/orm/strategies.py
test/orm/test_subquery_relations.py