Files
sqlalchemy/test/dialect
Mike Bayer 9e3c8d0d71 replace Variant with direct feature inside of TypeEngine
The :meth:`_sqltypes.TypeEngine.with_variant` method now returns a copy of
the original :class:`_sqltypes.TypeEngine` object, rather than wrapping it
inside the ``Variant`` class, which is effectively removed (the import
symbol remains for backwards compatibility with code that may be testing
for this symbol). While the previous approach maintained in-Python
behaviors, maintaining the original type allows for clearer type checking
and debugging.

Fixes: #6980
Change-Id: I158c7e56306b886b5b82b040205c428a5c4a242c
2021-12-29 11:43:53 -05:00
..
2021-11-24 22:51:27 -05:00
2019-01-06 18:23:11 -05:00
2021-11-24 22:51:27 -05:00
2019-01-06 18:23:11 -05:00