[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Accommodate for query._current_path in subq eager l
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-04-17 17:30:32
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/212132958f6c/ Changeset: 212132958f6c Branch: master User: zzzeek Date: 2017-04-17 16:02:18+00:00 Summary: Accommodate for query._current_path in subq eager load join_depth Fixed bug in subquery eager loading where the "join_depth" parameter for self-referential relationships would not be correctly honored, loading all available levels deep rather than correctly counting the specified number of levels for eager loading. Change-Id: Ifa54085cbab3b41c2196f3ee519f485c63e4cb8d Fixes: #3967 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. |