MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_like_10

Method test_like_10

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

Source from the content-addressed store, hash-verified

3265 )
3266
3267 def test_like_10(self):
3268 self.assert_compile(
3269 self.table1.c.name.ilike("%something%"),
3270 "mytable.name ILIKE %(name_1)s::VARCHAR",
3271 dialect=postgresql.dialect(),
3272 )
3273
3274 def test_like_11(self):
3275 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