[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-12-16 02:44:52
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a22b2085068f/ Changeset: a22b2085068f Branch: None User: zzzeek Date: 2015-12-16 02:44:00+00:00 Summary: - Fixed bug in baked loader system where the systemwide monkeypatch for setting up baked lazy loaders would interfere with other loader strategies that rely on lazy loading as a fallback, e.g. joined and subquery eager loaders, leading to ``IndexError`` exceptions at mapper configuration time. fixes #3612 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c3876fe755e0/ Changeset: c3876fe755e0 Branch: rel_1_0 User: zzzeek Date: 2015-12-16 02:44:33+00:00 Summary: - Fixed bug in baked loader system where the systemwide monkeypatch for setting up baked lazy loaders would interfere with other loader strategies that rely on lazy loading as a fallback, e.g. joined and subquery eager loaders, leading to ``IndexError`` exceptions at mapper configuration time. fixes #3612 (cherry picked from commit a22b2085068f860d05dbb98631d2ac2079a12b39) 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. |