[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-05-10 15:49:58
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/743e9d458994/ Changeset: 743e9d458994 Branch: master User: zzzeek Date: 2016-05-10 15:05:30+00:00 Summary: Check for duplicate calls to register_attribute_impl Fixed bug whereby the event listeners used for backrefs could be inadvertently applied multiple times, when using a deep class inheritance hierarchy in conjunction with mutiple mapper configuration steps. Change-Id: I712beaf4674e2323bf5b282922658020a6d00b53 Fixes: #3710 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a9f74400b179/ Changeset: a9f74400b179 Branch: rel_1_0 User: zzzeek Date: 2016-05-10 15:06:53+00:00 Summary: Check for duplicate calls to register_attribute_impl Fixed bug whereby the event listeners used for backrefs could be inadvertently applied multiple times, when using a deep class inheritance hierarchy in conjunction with mutiple mapper configuration steps. Change-Id: I712beaf4674e2323bf5b282922658020a6d00b53 Fixes: #3710 (cherry picked from commit 743e9d4589946f1a29cdec7f2f1a2e4ec0853db7) 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. |