MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_correlate_semiauto_from

Method test_correlate_semiauto_from

test/sql/test_compiler.py:7538–7540  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7536 )
7537
7538 def test_correlate_semiauto_from(self):
7539 t1, t2, s1 = self._fixture()
7540 self._assert_from_uncorrelated(select(t2, s1.correlate(t2).alias()))
7541
7542 def test_correlate_semiauto_having(self):
7543 t1, t2, s1 = self._fixture()

Callers

nothing calls this directly

Calls 5

_fixtureMethod · 0.95
selectFunction · 0.90
aliasMethod · 0.45
correlateMethod · 0.45

Tested by

no test coverage detected