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

Method test_like_12

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

Source from the content-addressed store, hash-verified

3087 )
3088
3089 def test_like_12(self):
3090 self.assert_compile(
3091 ~self.table1.c.name.ilike("%something%"),
3092 "mytable.name NOT ILIKE %(name_1)s",
3093 dialect=postgresql.dialect(),
3094 )
3095
3096
3097class BetweenTest(fixtures.TestBase, testing.AssertsCompiledSQL):

Callers

nothing calls this directly

Calls 3

assert_compileMethod · 0.80
ilikeMethod · 0.45
dialectMethod · 0.45

Tested by

no test coverage detected