MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / test_in_9

Method test_in_9

test/sql/test_operators.py:2173–2177  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2171 )
2172
2173 def test_in_9(self):
2174 self.assert_compile(
2175 self.table1.c.myid.in_([literal(1) + "a"]),
2176 "mytable.myid IN (:param_1 + :param_2)",
2177 )
2178
2179 def test_in_10(self):
2180 # when non-literal expressions are present we still need to do the

Callers

nothing calls this directly

Calls 3

literalFunction · 0.90
assert_compileMethod · 0.80
in_Method · 0.45

Tested by

no test coverage detected