[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed bug which would cause an eagerly loaded man
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-02-17 23:03:34
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/594a974ede97/ Changeset: 594a974ede97 Branch: None User: zzzeek Date: 2016-02-17 23:01:20+00:00 Summary: - Fixed bug which would cause an eagerly loaded many-to-one attribute to not be loaded, if the joined eager load were from a row where the same entity were present multiple times, some calling for the attribute to be eagerly loaded and others not. The logic here is revised to take in the attribute even though a different loader path has handled the parent entity already. fixes #3431 Affected #: 4 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. |