Work on CRUD v2 and better SQL WHERE part building... I hope.

This commit is contained in:
Scott Idem
2024-08-14 14:36:07 -04:00
parent 3d48220b8f
commit 18293764fd
4 changed files with 140 additions and 9 deletions

View File

@@ -366,7 +366,7 @@ def handle_get_obj_li(
commons: Common_Route_Params = None,
):
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
import urllib
@@ -538,7 +538,7 @@ def handle_get_obj_li(
if sql_result:
if isinstance(sql_result, list):
log.setLevel(logging.DEBUG)
log.setLevel(logging.INFO)
resp_data_li = []
for record in sql_result:
if base_name: