[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Ensure TypeDecorator delegates _set_parent_with_dis
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-10-20 19:34:26
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/30bd28fca209/ Changeset: 30bd28fca209 Branch: master User: zzzeek Date: 2016-10-20 18:14:50+00:00 Summary: Ensure TypeDecorator delegates _set_parent_with_dispatch Ensure TypeDecorator delegates _set_parent_with_dispatch as well as _set_parent to itself as well as its impl, as the TypeDecorator class itself may have an active SchemaType implementation as well. Fixed regression which occurred as a side effect of :ticket:`2919`, which in the less typical case of a user-defined :class:`.TypeDecorator` that was also itself an instance of :class:`.SchemaType` (rather than the implementation being such) would cause the column attachment events to be skipped for the type itself. Change-Id: I0afb498fd91ab7d948e4439e7323a89eafcce0bc Fixes: #3832 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. |