MCPcopy
hub / github.com/tortoise/tortoise-orm / execute_query

Method execute_query

tests/utils/fake_client.py:41–42  ·  view source on GitHub ↗
(self, query: str, values: list | None = None)

Source from the content-addressed store, hash-verified

39 raise NotImplementedError()
40
41 async def execute_query(self, query: str, values: list | None = None) -> tuple[int, list[dict]]:
42 raise NotImplementedError()
43
44 async def execute_script(self, query: str) -> None:
45 self.executed.append(query)

Callers 15

default_rowFunction · 0.45
test_two_databasesFunction · 0.45
test_simple_insertFunction · 0.45
test_in_transactionFunction · 0.45
transactionFunction · 0.45

Calls

no outgoing calls

Tested by 14

default_rowFunction · 0.36
test_two_databasesFunction · 0.36
test_simple_insertFunction · 0.36
test_in_transactionFunction · 0.36
transactionFunction · 0.36