]> 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:26 +0000 (12:15 -0400)
commitfa1d936177160b474fd4e57a0825a663bbf64691
tree96d07f11557afc0d0f7cd9fb73c226667203a7fa
parent46bd63f96e94c9955cdc97f05852a8c835c7b183
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
(cherry picked from commit 9b631dff45bbf4539c78eb73529b960acda80efd)
test/typing/plain_files/orm/relationship.py