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

Method test_like_9

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

Source from the content-addressed store, hash-verified

3068 )
3069
3070 def test_like_9(self):
3071 self.assert_compile(
3072 self.table1.c.name.ilike("%something%"),
3073 "lower(mytable.name) LIKE lower(:name_1)",
3074 )
3075
3076 def test_like_10(self):
3077 self.assert_compile(

Callers

nothing calls this directly

Calls 2

assert_compileMethod · 0.80
ilikeMethod · 0.45

Tested by

no test coverage detected