nextcloud-server/lib/private/Repair
Côme Chilliet 74811813e7 Avoid extra parenthesis around SQL in IN expressions
The expression builder already suround the SQL with parenthesis when
 using in(), so we must not add another pair, this confuses at least
 sqlite.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-02-21 13:37:30 +07:00
..
Events
NC11 composer run cs:fix 2023-01-20 11:45:08 +07:00
NC13 composer run cs:fix 2023-01-20 11:45:08 +07:00
NC14 composer run cs:fix 2023-01-20 11:45:08 +07:00
NC16 composer run cs:fix 2023-01-20 11:45:08 +07:00
NC18 composer run cs:fix 2023-01-20 11:45:08 +07:00
NC20 composer run cs:fix 2023-01-20 11:45:08 +07:00
NC21 composer run cs:fix 2023-01-20 11:45:08 +07:00
NC22
NC24
NC25 Fix PHP lint CI failure 2022-11-24 01:09:19 +07:00
Owncloud composer run cs:fix 2023-01-20 11:45:08 +07:00
AddBruteForceCleanupJob.php composer run cs:fix 2023-01-20 11:45:08 +07:00
AddCleanupUpdaterBackupsJob.php composer run cs:fix 2023-01-20 11:45:08 +07:00
CleanTags.php composer run cs:fix 2023-01-20 11:45:08 +07:00
CleanUpAbandonedApps.php unbundle files_videoplayer and clean up a little 2022-09-29 12:11:37 +07:00
ClearFrontendCaches.php composer run cs:fix 2023-01-20 11:45:08 +07:00
ClearGeneratedAvatarCache.php Move avatar clearing in the background 2022-09-26 15:26:31 +07:00
ClearGeneratedAvatarCacheJob.php Move avatar clearing in the background 2022-09-26 15:26:31 +07:00
Collation.php
MoveUpdaterStepFile.php composer run cs:fix 2023-01-20 11:45:08 +07:00
OldGroupMembershipShares.php composer run cs:fix 2023-01-20 11:45:08 +07:00
RemoveLinkShares.php Avoid extra parenthesis around SQL in IN expressions 2023-02-21 13:37:30 +07:00
RepairDavShares.php
RepairInvalidShares.php
RepairMimeTypes.php Add text/asciidoc mimetype 2022-11-15 12:00:03 +07:00
SqliteAutoincrement.php