refactored-get-author-3
All checks were successful
Deploy on push / deploy (push) Successful in 23s

This commit is contained in:
2024-03-28 19:08:55 +03:00
parent 8826af02b5
commit 9d8831d7ed
3 changed files with 3 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ def before_cursor_execute(conn, cursor, statement, parameters, context, executem
conn.query_start_time = time.time()
conn.last_statement = ''
@event.listens_for(Engine, 'after_cursor_execute')
def after_cursor_execute(conn, cursor, statement, parameters, context, executemany):
compiled_statement = context.compiled.string