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

Method test_match_5

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

Source from the content-addressed store, hash-verified

3170 )
3171
3172 def test_match_5(self):
3173 self.assert_compile(
3174 self.table1.c.myid.match("somstr"),
3175 "CONTAINS (mytable.myid, :myid_1)",
3176 dialect=oracle.dialect(),
3177 )
3178
3179 def test_match_is_now_matchtype(self):
3180 expr = self.table1.c.myid.match("somstr")

Callers

nothing calls this directly

Calls 3

assert_compileMethod · 0.80
matchMethod · 0.45
dialectMethod · 0.45

Tested by

no test coverage detected