MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_correlate_disabled_from

Method test_correlate_disabled_from

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

Source from the content-addressed store, hash-verified

7650 )
7651
7652 def test_correlate_disabled_from(self):
7653 t1, t2, s1 = self._fixture()
7654 self._assert_from_uncorrelated(select(t2, s1.correlate(None).alias()))
7655
7656 def test_correlate_disabled_having(self):
7657 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