MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_determine_join_o2m

Method test_determine_join_o2m

test/orm/test_rel_fn.py:1077–1079  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1075 __dialect__ = "default"
1076
1077 def test_determine_join_o2m(self):
1078 joincond = self._join_fixture_o2m()
1079 self.assert_compile(joincond.primaryjoin, "lft.id = rgt.lid")
1080
1081 def test_determine_join_o2m_selfref(self):
1082 joincond = self._join_fixture_o2m_selfref()

Callers

nothing calls this directly

Calls 2

_join_fixture_o2mMethod · 0.80
assert_compileMethod · 0.80

Tested by

no test coverage detected