Skip to content
Unverified Commit a50bcdab authored by Vincent Petry's avatar Vincent Petry
Browse files

Prevent log_query to mess up regular execution flow



When the "log_query" debug config parameter is set, SQL queries are
logged. However, if an error occurs when converting the values to
string, it will abort the request.

This fix catches the error and continues instead.

Also added handler for DateTime value which is already known to cause
aborts here.

Signed-off-by: default avatarVincent Petry <vincent@nextcloud.com>
parent c1161e27
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment