]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add length
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Dec 2025 13:38:03 +0000 (08:38 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Dec 2025 13:39:13 +0000 (08:39 -0500)
commit292aa19698326793003c0ebb2c75f6863d039573
tree303b7cd3fb5ca8610ae1f73e1fc3a46c3c532b84
parent451e18048cf2fcfad799d01d662edb8924c36b60
add length

new tests in e4a802f99a for issue #12858 forgot to add string
length for String leading to MySQL failures

Change-Id: I7642ee8581da09a3a25236dacdc441effee21931
test/orm/test_mapper.py