MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_like_6

Method test_like_6

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

Source from the content-addressed store, hash-verified

3239 )
3240
3241 def test_like_6(self):
3242 self.assert_compile(
3243 ~self.table1.c.myid.ilike("somstr", escape="\\"),
3244 "lower(mytable.myid) NOT LIKE lower(:myid_1) ESCAPE '\\'",
3245 )
3246
3247 def test_like_7(self):
3248 self.assert_compile(

Callers

nothing calls this directly

Calls 2

assert_compileMethod · 0.80
ilikeMethod · 0.45

Tested by

no test coverage detected