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 b816dfa commit 8002de4Copy full SHA for 8002de4
test/test_manual.py
@@ -35,6 +35,7 @@ async def test_manual(self):
35
utilsApi = manticoresearch.UtilsApi(client)
36
res = await utilsApi.sql('query=DROP TABLE IF EXISTS movies')
37
pprint(res)
38
+ sleep(10)
39
res = await utilsApi.sql("CREATE TABLE IF NOT EXISTS movies (title text, plot text, _year integer, rating float, code multi) min_infix_len='2'")
40
41
0 commit comments