MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / test_correlate_except_empty

Method test_correlate_except_empty

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

Source from the content-addressed store, hash-verified

7601 )
7602
7603 def test_correlate_except_empty(self):
7604 t1, t2, s1 = self._fixture()
7605 self._assert_where_all_correlated(
7606 select(t1, t2).where(
7607 t2.c.a == s1.correlate_except().scalar_subquery()
7608 )
7609 )
7610
7611 def test_correlate_except_having(self):
7612 t1, t2, s1 = self._fixture()

Callers

nothing calls this directly

Calls 6

_fixtureMethod · 0.95
selectFunction · 0.90
whereMethod · 0.45
scalar_subqueryMethod · 0.45
correlate_exceptMethod · 0.45

Tested by

no test coverage detected