added extensive logging for an open, unresolved issue. The issue-log may make clear, where the issue originates
This commit is contained in:
parent
e1d9570268
commit
cc2a54c1c6
@ -83,6 +83,7 @@ def PostTimes(schemaModel):
|
||||
query += "?" + key + "?"
|
||||
query += ")"
|
||||
|
||||
logging.error(f"(/impl/times @86 issue:) query: {query}, schemaModel: {schemaModel}")
|
||||
commands.execute(query, schemaModel)
|
||||
new_id = commands.execute_scalar("select last_insert_id()")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user