MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_correlate_auto_from

Method test_correlate_auto_from

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

Source from the content-addressed store, hash-verified

7627 self._assert_column_correlated(select(t2, s1.scalar_subquery()))
7628
7629 def test_correlate_auto_from(self):
7630 t1, t2, s1 = self._fixture()
7631 self._assert_from_uncorrelated(select(t2, s1.alias()))
7632
7633 def test_correlate_auto_having(self):
7634 t1, t2, s1 = self._fixture()

Callers

nothing calls this directly

Calls 4

_fixtureMethod · 0.95
selectFunction · 0.90
aliasMethod · 0.45

Tested by

no test coverage detected