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

Method test_like_10

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

Source from the content-addressed store, hash-verified

3074 )
3075
3076 def test_like_10(self):
3077 self.assert_compile(
3078 self.table1.c.name.ilike("%something%"),
3079 "mytable.name ILIKE %(name_1)s",
3080 dialect=postgresql.dialect(),
3081 )
3082
3083 def test_like_11(self):
3084 self.assert_compile(

Callers

nothing calls this directly

Calls 3

assert_compileMethod · 0.80
ilikeMethod · 0.45
dialectMethod · 0.45

Tested by

no test coverage detected