Files
sqlalchemy/test/sql
Mike Bayer 26bb6969e6 Remove special rule for TypeDecorator of TypeDecorator
Removing this check for "TypeDecorator" in impl seems to not
break anything and allows TypeDecorator.with_variant() to
work correctly.   The line has been traced back to 2007 and
does not appear to have relevance today.

Fixed bug where making use of the :meth:`.TypeEngine.with_variant` method
on a :class:`.TypeDecorator` type would fail to take into account the
dialect-specific mappings in use, due to a rule in :class:`.TypeDecorator`
that was instead attempting to check for chains of :class:`.TypeDecorator`
instances.

Fixes: #5816
Change-Id: Ic86d9d985810e3050f15972b4841108acca2fa3e
(cherry picked from commit 458f83c6d213a80c2f0353b96421de36aee705f3)
2021-01-05 21:57:06 -05:00
..
2019-01-06 18:23:11 -05:00
2020-09-28 14:24:11 -04:00
2019-01-06 18:23:11 -05:00
2020-09-28 14:24:11 -04:00
2019-01-06 18:23:11 -05:00
2020-10-12 12:48:25 -04:00
2019-07-21 16:30:31 -04:00
2019-03-05 20:29:05 -05:00
2019-01-06 18:23:11 -05:00
2019-01-25 14:56:50 -05:00
2020-09-28 14:24:11 -04:00
2020-09-28 14:24:11 -04:00
2019-01-06 18:23:11 -05:00
2020-09-28 14:24:11 -04:00
2019-01-06 18:23:11 -05:00