MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_like_4

Method test_like_4

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

Source from the content-addressed store, hash-verified

3227 )
3228
3229 def test_like_4(self):
3230 self.assert_compile(
3231 ~self.table1.c.myid.like("somstr", escape="\\"),
3232 "mytable.myid NOT LIKE :myid_1 ESCAPE '\\'",
3233 )
3234
3235 def test_like_5(self):
3236 self.assert_compile(

Callers

nothing calls this directly

Calls 2

assert_compileMethod · 0.80
likeMethod · 0.45

Tested by

no test coverage detected