]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add a test for #13021
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Dec 2025 19:48:08 +0000 (14:48 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Dec 2025 19:48:08 +0000 (14:48 -0500)
commit133f14dabed44f7398039e2556bf9b7107f3922e
tree85cfb7ec692a01bab600b4b7eadba70969f6c458
parent229a71fb0a31ca42afe0a59f40cf84b8dadee3d3
Add a test for #13021

Confirmed the upstream fix for [1] given at [2] solves the issue
illustrated here, this patch adds a test for this case as our
existing tests did not catch this error in python 3.14.1.

Fixes: #13021
Change-Id: Ie6827279ccf2b2cb2e0fe6029aafdcfefc790f1f
test/orm/declarative/test_dc_transforms.py
test/orm/declarative/test_dc_transforms_future_anno_sync.py