MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_like_5

Method test_like_5

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

Source from the content-addressed store, hash-verified

3233 )
3234
3235 def test_like_5(self):
3236 self.assert_compile(
3237 self.table1.c.myid.ilike("somstr", escape="\\"),
3238 "lower(mytable.myid) LIKE lower(:myid_1) ESCAPE '\\'",
3239 )
3240
3241 def test_like_6(self):
3242 self.assert_compile(

Callers

nothing calls this directly

Calls 2

assert_compileMethod · 0.80
ilikeMethod · 0.45

Tested by

no test coverage detected