]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
further fixes to test_options_entities_three
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 21 Jun 2021 20:39:11 +0000 (16:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 21 Jun 2021 20:39:11 +0000 (16:39 -0400)
this needs to be on default dialect for consistent
rendering of "JOIN"

Change-Id: I0bd16d8ef8161e2deef7e9aff61f9ad02106f30d

test/orm/test_options.py

index 78826a735459af80af5587333b336f59bb67a72e..cd91e222e137d0ae3fcb5cf4a3f8d190ff9eb365 100644 (file)
@@ -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)"""