Let sql_execute log as LOUD.
This commit is contained in:
parent
010c92cb73
commit
d653317907
1 changed files with 1 additions and 1 deletions
|
@ -1074,7 +1074,7 @@ class PDBSQLMixin:
|
|||
if bindings is None:
|
||||
bindings = []
|
||||
cur = self.sql.cursor()
|
||||
# self.log.debug(f'{query} {bindings}')
|
||||
self.log.loud(f'{query} {bindings}')
|
||||
cur.execute(query, bindings)
|
||||
return cur
|
||||
|
||||
|
|
Loading…
Reference in a new issue