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

Method test_match_2

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

Source from the content-addressed store, hash-verified

3149 )
3150
3151 def test_match_2(self):
3152 self.assert_compile(
3153 self.table1.c.myid.match("somstr"),
3154 "MATCH (mytable.myid) AGAINST (%s IN BOOLEAN MODE)",
3155 dialect=mysql.dialect(),
3156 )
3157
3158 def test_match_3(self):
3159 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