MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_match_2

Method test_match_2

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

Source from the content-addressed store, hash-verified

3340 )
3341
3342 def test_match_2(self):
3343 self.assert_compile(
3344 self.table1.c.myid.match("somstr"),
3345 "MATCH (mytable.myid) AGAINST (%s IN BOOLEAN MODE)",
3346 dialect=mysql.dialect(),
3347 )
3348
3349 def test_match_3(self):
3350 self.assert_compile(

Callers

nothing calls this directly

Calls 3

assert_compileMethod · 0.80
matchMethod · 0.45
dialectMethod · 0.45

Tested by

no test coverage detected