]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
run new relationship criteria tests on empty session
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Mar 2021 19:40:34 +0000 (15:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Mar 2021 19:40:34 +0000 (15:40 -0400)
commit5e54c68fe5edec6f6c92153280799f2ad69aaff9
tree324e36f08768088259b6cfb1424a2a9421239c5f
parent56f9c7743e9083add69a10501a503f4e25bb59d7
run new relationship criteria tests on empty session

The commit in 56f9c7743e9083add69a10501a503f4 forgot to make
sure the full reload took place, either via populate_existing()
or session.close(), with failure only showing up in pypy.

Fixes: #6139
Change-Id: Id3d3a18a8d6225ef862055abf2b66ffde72107fb
test/orm/test_relationship_criteria.py