MCPcopy Create free account
hub / github.com/caesarHQ/textSQL / NullValueException

Class NullValueException

api/app/api/utils/sql_gen/sql_helper.py:19–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19class NullValueException(Exception):
20 pass
21
22
23def execute_sql(sql_query: str):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected