Work on event files and related
This commit is contained in:
@@ -760,6 +760,7 @@ def sql_delete(
|
||||
data: dict|None = None,
|
||||
log_lvl: int = logging.DEBUG, # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
) -> None|bool:
|
||||
print('HERE SQL DELETE BEGIN')
|
||||
log.setLevel(log_lvl)
|
||||
|
||||
if table_name and (record_id or record_id_random) and not (field_name or field_value or sql or data):
|
||||
|
||||
Reference in New Issue
Block a user