]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Ensure length parameter of Enum is adapted to new objects
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Apr 2020 20:19:23 +0000 (16:19 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Apr 2020 20:19:23 +0000 (16:19 -0400)
commit9243f6feea676bbaada52293d44e5d069b0f0574
tree041837150a0cec105532e70f4f0110de4919d070
parent2d6146192fbceec12585b6d9977cd818baae85a5
Ensure length parameter of Enum is adapted to new objects

Ensure length parameter added to Enum in
Iea05dc8cd9e33959bb968b394fb10a7dd068c873 is correctly propagated
to new enum objects adapted from this one.

Fixes: #5183
`

Change-Id: I7f20d926f73ec8260938963df87e29894c7e55e2
lib/sqlalchemy/sql/sqltypes.py
test/sql/test_types.py