MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_like_2

Method test_like_2

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

Source from the content-addressed store, hash-verified

3210 )
3211
3212 def test_like_2(self):
3213 self.assert_compile(
3214 ~self.table1.c.myid.like("somstr"), "mytable.myid NOT LIKE :myid_1"
3215 )
3216
3217 def test_like_3(self):
3218 self.assert_compile(

Callers

nothing calls this directly

Calls 2

assert_compileMethod · 0.80
likeMethod · 0.45

Tested by

no test coverage detected