Files
sqlalchemy/test/sql
Mike Bayer 4274981156 honor enum length in all cases
The :paramref:`.Enum.length` parameter, which sets the length of the
``VARCHAR`` column for non-native enumeration types, is now used
unconditionally when emitting DDL for the ``VARCHAR`` datatype, including
when the :paramref:`.Enum.native_enum` parameter is set to ``True`` for
target backends that continue to use ``VARCHAR``. Previously the parameter
would be erroneously ignored in this case. The warning previously emitted
for this case is now removed.

Fixes: #7791
Change-Id: I91764546b56e9416479949be8a118cdc91ac5ed9
2022-06-10 13:21:26 -04:00
..
2022-04-04 09:26:43 -04:00
2022-04-15 10:29:23 -04:00
2022-04-04 09:26:43 -04:00
2021-11-24 22:51:27 -05:00
2022-06-04 12:16:27 +02:00
2022-05-22 19:24:18 +00:00
2022-04-27 14:46:36 -04:00
2022-06-04 12:16:27 +02:00
2022-06-10 13:21:26 -04:00
2022-04-27 14:46:36 -04:00
2021-11-24 22:51:27 -05:00
2022-04-04 09:26:43 -04:00