Added person lookup by email and other minor changes.

This commit is contained in:
Scott Idem
2021-12-01 18:19:36 -05:00
parent 6883bebd16
commit 2c0af0a321
5 changed files with 105 additions and 23 deletions

View File

@@ -448,8 +448,8 @@ def sql_select(
as_dict: bool|None = True,
as_list: bool|None = False,
max_count: int = 100000,
):
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
) -> None|bool|list:
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):