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

Method test_like_7

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

Source from the content-addressed store, hash-verified

3054 )
3055
3056 def test_like_7(self):
3057 self.assert_compile(
3058 self.table1.c.myid.ilike("somstr", escape="\\"),
3059 "mytable.myid ILIKE %(myid_1)s ESCAPE '\\\\'",
3060 dialect=postgresql.dialect(),
3061 )
3062
3063 def test_like_8(self):
3064 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