]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
limit new constructor scan thing for composites to dataclasses only
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Feb 2022 02:26:42 +0000 (21:26 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Feb 2022 02:26:42 +0000 (21:26 -0500)
commit90ecbc817b68fa8916bd06b8ebf076b1ec4d9232
tree0b3e2bbdac1a6531510d361eca838857400948ad
parent35c57486008b865ce06840ea80dd65750afa1849
limit new constructor scan thing for composites to dataclasses only

Fixes: #7753
Change-Id: Ibf92fa34097a7d6b39dc71c72253034e314bd6a1
lib/sqlalchemy/orm/descriptor_props.py
test/orm/test_composites.py