nextcloud/lib
Vincent Petry a50bcdabcc
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: Vincent Petry <vincent@nextcloud.com>
2020-12-02 14:10:35 +01:00
..
composer Streamline user creation and deletion events 2020-11-23 23:59:52 +01:00
l10n [tx-robot] updated from transifex 2020-11-19 02:20:10 +00:00
private Prevent log_query to mess up regular execution flow 2020-12-02 14:10:35 +01:00
public Merge pull request #24319 from nextcloud/techdebt/noid/streamline-user-creation-and-deletion-events 2020-11-26 14:09:54 +01:00
autoloader.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
base.php Allow lazy app registration 2020-11-18 08:48:45 +01:00
versioncheck.php Allow to also use PHP 8.0 2020-09-18 09:16:30 +02:00