[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Cascade mappers in terms of the instance's mapper
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-05-12 22:07:39
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0f8721fa52e3/ Changeset: 0f8721fa52e3 Branch: master User: zzzeek Date: 2017-05-12 14:53:54+00:00 Summary: Cascade mappers in terms of the instance's mapper Fixed a (extremely old) bug in cascade_mappers where the first cascade we do is against the "self" mapper, and not the one that actually corresponds to the state given. These are different in the case where we start with a relationship to a class, and the instance is of a subclass, which itself can have relationships that aren't on the base mapper. A pretty severe bug that somehow has avoided the radar since the beginning. Change-Id: I512956b9757b07e06f3ca1ccb507a33fb10bed31 Fixes: #3986 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. |