]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Allow using Enum with length=None 10274/head
authorEugene Toder <eltoder@gmail.com>
Tue, 22 Aug 2023 15:17:25 +0000 (11:17 -0400)
committerEugene Toder <eltoder@gmail.com>
Tue, 22 Aug 2023 15:34:36 +0000 (11:34 -0400)
commit651afaaea76c1ec868402cdd7106ec8b2de76254
treeb15f94b5463e04193a974a338086bf662dfb3414
parent5f0c591c744ddf17cf5d886aec21e242eb58562f
Allow using Enum with length=None

Fixes: #10269
lib/sqlalchemy/sql/sqltypes.py
test/sql/test_types.py