added extensive logging for an open, unresolved issue. The issue-log may make clear, where the issue originates

This commit is contained in:
Max Metz 2024-08-27 21:14:30 +02:00
parent e1d9570268
commit cc2a54c1c6

View File

@ -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()")