]> 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:04:10 +0000 (15:04 -0400)
commit23565166f1e14e511b94a4c36215bb7358b6764d
treeb52f5d2a062167cbd534005f491caf0ab7ba69e8
parentd7dd0e1e02b460b92a86db03be8a3ce5511c8880
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
(cherry picked from commit 3d41ea09a899b06feedd02864a69b8dc833f5a6b)
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/orm/strategies.py
test/orm/test_subquery_relations.py