MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_lazy_clause_o2m

Method test_lazy_clause_o2m

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

Source from the content-addressed store, hash-verified

1262 __dialect__ = "default"
1263
1264 def test_lazy_clause_o2m(self):
1265 joincond = self._join_fixture_o2m()
1266 lazywhere, bind_to_col, equated_columns = joincond.create_lazy_clause()
1267 self.assert_compile(lazywhere, ":param_1 = rgt.lid")
1268
1269 def test_lazy_clause_o2m_reverse(self):
1270 joincond = self._join_fixture_o2m()

Callers

nothing calls this directly

Calls 3

_join_fixture_o2mMethod · 0.80
create_lazy_clauseMethod · 0.80
assert_compileMethod · 0.80

Tested by

no test coverage detected