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

Method test_like_2

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

Source from the content-addressed store, hash-verified

3019 )
3020
3021 def test_like_2(self):
3022 self.assert_compile(
3023 ~self.table1.c.myid.like("somstr"), "mytable.myid NOT LIKE :myid_1"
3024 )
3025
3026 def test_like_3(self):
3027 self.assert_compile(

Callers

nothing calls this directly

Calls 2

assert_compileMethod · 0.80
likeMethod · 0.45

Tested by

no test coverage detected