[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Check for non-entity when inspecting for subquerylo
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-07-19 20:21:24
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3d41ea09a899/ Changeset: 3d41ea09a899 Branch: master User: zzzeek Date: 2017-07-18 19:02:39+00:00 Summary: 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 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |