MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_like_11

Method test_like_11

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

Source from the content-addressed store, hash-verified

3272 )
3273
3274 def test_like_11(self):
3275 self.assert_compile(
3276 ~self.table1.c.name.ilike("%something%"),
3277 "lower(mytable.name) NOT LIKE lower(:name_1)",
3278 )
3279
3280 def test_like_12(self):
3281 self.assert_compile(

Callers

nothing calls this directly

Calls 2

assert_compileMethod · 0.80
ilikeMethod · 0.45

Tested by

no test coverage detected