MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_match_5

Method test_match_5

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

Source from the content-addressed store, hash-verified

3361 )
3362
3363 def test_match_5(self):
3364 self.assert_compile(
3365 self.table1.c.myid.match("somstr"),
3366 "CONTAINS (mytable.myid, :myid_1)",
3367 dialect=oracle.dialect(),
3368 )
3369
3370 def test_match_is_now_matchtype(self):
3371 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