]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add with_loader_criteria() test for #8064 / #9091
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Jan 2023 16:25:39 +0000 (11:25 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Jan 2023 16:26:22 +0000 (11:26 -0500)
commita2bf6f1bb4a56dfe6c6d1fe22c3a4e84f5da99bc
tree2027c2c518d8e5b649da990d7c3dea2bb3ceabf7
parenta950402dae2a5b2448f5f4235946b2f767c7485c
add with_loader_criteria() test for #8064 / #9091

test related to #8064, added after discussion #9091 which
requested this behavior for with_loader_criteria() where it was
found to be working as of this issue, just not tested

Change-Id: I703f25af3708e49380b6004badd3a8ffb783ef70
References: #8064
References: #9091
test/orm/test_relationship_criteria.py