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

Method test_like_5

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

Source from the content-addressed store, hash-verified

3042 )
3043
3044 def test_like_5(self):
3045 self.assert_compile(
3046 self.table1.c.myid.ilike("somstr", escape="\\"),
3047 "lower(mytable.myid) LIKE lower(:myid_1) ESCAPE '\\'",
3048 )
3049
3050 def test_like_6(self):
3051 self.assert_compile(

Callers

nothing calls this directly

Calls 2

assert_compileMethod · 0.80
ilikeMethod · 0.45

Tested by

no test coverage detected