ecaudit icon indicating copy to clipboard operation
ecaudit copied to clipboard

Failed batch statements never get logged

Open eperott opened this issue 6 years ago • 2 comments

Since batch statements are parsed and prepared in BatchMessage.execute(), the operation will be aborted before it gets to AuditQueryHandler.processBatch() in case the operation is invalid.

An example being when a batch statement includes an update on a non-existing table.

eperott avatar Sep 20 '18 12:09 eperott

@eperott is this issue fixed with the referenced pull request?

tobier avatar Nov 06 '18 09:11 tobier

No, #14 fixed similar issue (#10) for single update statements.

But this issue is a special case of that bug to which I still don't have a solution.

eperott avatar Nov 06 '18 09:11 eperott