Working finally getting this to interact with the actual front end.

This commit is contained in:
Scott Idem
2021-03-11 18:19:25 -05:00
parent 143e099e13
commit 46c562871f
8 changed files with 276 additions and 5 deletions

View File

@@ -282,7 +282,7 @@ def sql_select(
as_dict=True,
as_list=None
):
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
if table_name and not (record_id or record_id_random or field_name or field_value or sql or data):