nextcloud/lib/public/DB/QueryBuilder
Carl Schwan c870bd1968 Do chuncked job deletion
This is helpful in cases where we are deleting tons jobs at the same
time in a gallera cluster. This doesn't happen often but this can create
issues.

Test plan:

1. Use https://github.com/nextcloud/quota_warning/pull/88
2. Change max to 1
3. Enabled/Disable quota_warning app and see jobs getting sucessfully
   added and removed

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-03-17 21:41:58 +01:00
..
ICompositeExpression.php Update php licenses 2021-06-04 22:02:41 +02:00
IExpressionBuilder.php Explicitly cast char in the query builder 2022-01-04 16:53:00 +01:00
IFunctionBuilder.php Remove order from groupConcat as it is not working everywhere 2022-01-21 08:39:39 -03:00
ILiteral.php Update php licenses 2021-06-04 22:02:41 +02:00
IParameter.php Update php licenses 2021-06-04 22:02:41 +02:00
IQueryBuilder.php Do chuncked job deletion 2022-03-17 21:41:58 +01:00
IQueryFunction.php Update php licenses 2021-06-04 22:02:41 +02:00