]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix unlengthed string used as pk
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 11 Mar 2023 06:51:20 +0000 (01:51 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 11 Mar 2023 06:51:20 +0000 (01:51 -0500)
commit85897db771bd3150d10ebb80cade909c69264ac0
tree6fdebb25d5c02728dbeb2519f32a0ebe72d45219
parent39f70961b2de9b413d1e3385cbbb8527abd2c072
fix unlengthed string used as pk

SQL Server has been failing on this test for a month as it does
not allow a PK on VARCHAR(max)

Change-Id: I3f43e660275e03ced1b584fe9d3c7f34f5558330
test/orm/inheritance/test_basic.py