mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:47:08 +00:00
Add placeholder replacement to log housekeeping tasks
This commit is contained in:
@@ -712,6 +712,10 @@ class Datastore:
|
|||||||
|
|
||||||
qry = "CALL augment_event_data();"
|
qry = "CALL augment_event_data();"
|
||||||
cur.execute(qry)
|
cur.execute(qry)
|
||||||
|
|
||||||
|
qry = "CALL scan_placeholders();"
|
||||||
|
cur.execute(qry)
|
||||||
|
|
||||||
if cursor is None:
|
if cursor is None:
|
||||||
self.maybe_commit()
|
self.maybe_commit()
|
||||||
# We do not commit if we've been passed a cursor, instead
|
# We do not commit if we've been passed a cursor, instead
|
||||||
|
|||||||
Reference in New Issue
Block a user