From: Mike Bayer Date: Mon, 21 Jun 2021 20:39:11 +0000 (-0400) Subject: further fixes to test_options_entities_three X-Git-Tag: rel_1_4_19~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8e3a6f9db275be28ef6b6abde58ee085745cc2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git further fixes to test_options_entities_three this needs to be on default dialect for consistent rendering of "JOIN" Change-Id: I0bd16d8ef8161e2deef7e9aff61f9ad02106f30d --- diff --git a/test/orm/test_options.py b/test/orm/test_options.py index 78826a7354..cd91e222e1 100644 --- a/test/orm/test_options.py +++ b/test/orm/test_options.py @@ -404,6 +404,8 @@ class OfTypePathingTest(PathTest, QueryTest): class WithEntitiesTest(QueryTest, AssertsCompiledSQL): + __dialect__ = "default" + def test_options_legacy_with_entities_onelevel(self): """test issue #6253 (part of #6503)"""