MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / _assert_having_uncorrelated

Method _assert_having_uncorrelated

test/sql/test_compiler.py:7508–7513  ·  view source on GitHub ↗
(self, stmt)

Source from the content-addressed store, hash-verified

7506 )
7507
7508 def _assert_having_uncorrelated(self, stmt):
7509 self.assert_compile(
7510 stmt,
7511 "SELECT t2.a FROM t2 HAVING t2.a = "
7512 "(SELECT t1.a FROM t1, t2 WHERE t1.a = t2.a)",
7513 )
7514
7515 def _assert_where_single_full_correlated(self, stmt):
7516 self.assert_compile(

Callers 1

Calls 1

assert_compileMethod · 0.80

Tested by

no test coverage detected