Open
Description
Error while running background job OCA\Theming\Jobs\RestoreBackgroundImageColor
An exception occurred while executing a query:
SQLSTATE[42601]: Syntax error: 7 ERROR:
syntax error at or near
"" FROM "" LINE 1: ..."oc_preferences" "a" LEFT JOIN "oc_(SELECT "userid" FROM "oc...
^
The syntax created by
is invalid- I added a unit test to demonstrate it in test(theming): Add unit test to check database query in theming backgroundjob #53778
It's basically failing this check in oracle and when sharding is used:
server/lib/private/DB/QueryBuilder/QueryBuilder.php
Lines 1331 to 1333 in 48d69c7