We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "reqId": "LTByxz66jOYmmphsrxpM", "level": 3, "time": "2023-10-28T03:54:00+02:00", "remoteAddr": "", "user": "--", "app": "core", "method": "", "url": "--", "message": "More than 1000 expressions in a list are not allowed on Oracle.", "userAgent": "--", "version": "26.0.8.2", "exception": { "Exception": "Doctrine\\DBAL\\Query\\QueryException", "Message": "More than 1000 expressions in a list are not allowed on Oracle.", "Code": 0, "Trace": [ { "file": "/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php", "line": 326, "function": "execute", "class": "OC\\DB\\QueryBuilder\\QueryBuilder", "type": "->" }, { "file": "/var/www/nextcloud/apps/activity/lib/Data.php", "line": 513, "function": "executeStatement", "class": "OC\\DB\\QueryBuilder\\QueryBuilder", "type": "->" }, { "file": "/var/www/nextcloud/apps/activity/lib/Data.php", "line": 380, "function": "deleteActivitiesForMySQL", "class": "OCA\\Activity\\Data", "type": "->" }, { "file": "/var/www/nextcloud/apps/activity/lib/Data.php", "line": 365, "function": "deleteActivities", "class": "OCA\\Activity\\Data", "type": "->" }, { "file": "/var/www/nextcloud/apps/activity/lib/BackgroundJob/ExpireActivities.php", "line": 54, "function": "expire", "class": "OCA\\Activity\\Data", "type": "->" }, { "file": "/var/www/nextcloud/lib/public/BackgroundJob/Job.php", "line": 78, "function": "run", "class": "OCA\\Activity\\BackgroundJob\\ExpireActivities", "type": "->" }, { "file": "/var/www/nextcloud/lib/public/BackgroundJob/TimedJob.php", "line": 103, "function": "start", "class": "OCP\\BackgroundJob\\Job", "type": "->" }, { "file": "/var/www/nextcloud/lib/public/BackgroundJob/TimedJob.php", "line": 93, "function": "start", "class": "OCP\\BackgroundJob\\TimedJob", "type": "->" }, { "file": "/var/www/nextcloud/cron.php", "line": 152, "function": "execute", "class": "OCP\\BackgroundJob\\TimedJob", "type": "->" } ], "File": "/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php", "Line": 263, "message": "More than 1000 expressions in a list are not allowed on Oracle.", "query": "DELETE FROM `*PREFIX*activity` WHERE `activity_id` IN (:ids)", "exception": [], "CustomMessage": "More than 1000 expressions in a list are not allowed on Oracle." }, "id": "653cefa406c8b" }
The text was updated successfully, but these errors were encountered:
@miaulalala shouldn't #1359 fix this (v26.0.8 here)? If yes, can it be backported?
Sorry, something went wrong.
Yes it should be backported but I forgot to do it since the backportbot doesn't like it 😭
Will do so manually this week.
Doctrine\DBAL\Query\QueryException
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: