]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add additional test cases re: #11371
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 Jun 2024 16:13:28 +0000 (12:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 Jun 2024 16:15:03 +0000 (12:15 -0400)
commit9b631dff45bbf4539c78eb73529b960acda80efd
treee1a6adecf1db3e8a27ba0873b1e3f74756741fc0
parent03aa5519c2277836b2c7ae8d76f1a581be113991
add additional test cases re: #11371

Just want to make sure aliased() and with_polymorphic() still
work in the of_type() context here, since that's likely why we
had Any for this parameter in the first place

Change-Id: I0a2c4445bc3b91039b3446d31b4a02db28feaee7
test/typing/plain_files/orm/relationship.py