MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_like_9

Method test_like_9

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

Source from the content-addressed store, hash-verified

3259 )
3260
3261 def test_like_9(self):
3262 self.assert_compile(
3263 self.table1.c.name.ilike("%something%"),
3264 "lower(mytable.name) LIKE lower(:name_1)",
3265 )
3266
3267 def test_like_10(self):
3268 self.assert_compile(

Callers

nothing calls this directly

Calls 2

assert_compileMethod · 0.80
ilikeMethod · 0.45

Tested by

no test coverage detected