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

Method test_like_11

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

Source from the content-addressed store, hash-verified

3081 )
3082
3083 def test_like_11(self):
3084 self.assert_compile(
3085 ~self.table1.c.name.ilike("%something%"),
3086 "lower(mytable.name) NOT LIKE lower(:name_1)",
3087 )
3088
3089 def test_like_12(self):
3090 self.assert_compile(

Callers

nothing calls this directly

Calls 2

assert_compileMethod · 0.80
ilikeMethod · 0.45

Tested by

no test coverage detected