Files
sqlalchemy/test/sql
Mike Bayer 3d284bb101 TypeDecorator passes "outer" flag to itself for set_parent accounting
Fixed bug first introduced in as some combination of 🎫`2892`,
🎫`2919` nnd 🎫`3832` where the attachment events for a
:class:`_types.TypeDecorator` would be doubled up against the "impl" class,
if the "impl" were also a :class:`_types.SchemaType`. The real-world case
is any :class:`_types.TypeDecorator` against :class:`_types.Enum` or
:class:`_types.Boolean` would get a doubled
:class:`_schema.CheckConstraint` when the ``create_constraint=True`` flag
is set.

Fixes: #6152
Change-Id: I3218b7081297270c132421f6765b5c3673d10a5c
2021-03-30 10:00:58 -04:00
..