We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c754a0e commit 401fb69Copy full SHA for 401fb69
1 file changed
tests/test_tracer.py
@@ -64,7 +64,7 @@ def tracer(sql, params):
64
" )\n"
65
" )",
66
{
67
- "like": '%VIRTUAL TABLE%USING FTS%content="dogs"%',
+ "like": "%VIRTUAL TABLE%USING FTS%content=[dogs]%",
68
"like2": '%VIRTUAL TABLE%USING FTS%content="dogs"%',
69
"table": "dogs",
70
},
0 commit comments