From 8b8e3a6f9db275be28ef6b6abde58ee085745cc2 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 21 Jun 2021 16:39:11 -0400 Subject: [PATCH] further fixes to test_options_entities_three this needs to be on default dialect for consistent rendering of "JOIN" Change-Id: I0bd16d8ef8161e2deef7e9aff61f9ad02106f30d --- test/orm/test_options.py | 2 ++ 1 file changed, 2 insertions(+) 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)""" -- 2.47.2