]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
ensure test has deterministic FROM rendering
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 21 Jun 2021 17:08:59 +0000 (13:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 21 Jun 2021 17:08:59 +0000 (13:08 -0400)
commit7ffcc8ec0c6faf18f3dbbc2ac01ab391933d7a81
tree7bdd0c0d7b359a80e1d3430dcbeb8ea4094da077
parent73573a6fda1c3ebde27a169199b1f33fccb1e415
ensure test has deterministic FROM rendering

test_options_entities_replaced_with_equivs_three did not
have deterministic FROM ordering, so adding an inner
join from user->address should ensure there's a single
FROM element that is a series of joins.

Change-Id: Ic78e14959699c8d2ae7b3c278f4d8ee1e3a2b590
test/orm/test_options.py