]> source.dussan.org Git - nextcloud-server.git/commit
Avoid extra parenthesis around SQL in IN expressions 36795/head
authorCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 21 Feb 2023 11:13:02 +0000 (12:13 +0100)
committerCôme Chilliet (Rebase PR Action) <come-nc@users.noreply.github.com>
Tue, 21 Feb 2023 13:37:30 +0000 (13:37 +0000)
commit74811813e7218f5c24d199086f5b56f8c476ef45
tree5c24443a0494cafb8869dc20ce2bbaeff0c17344
parent5fcb55a2a9653575eec1c9d3551d6a887a22b84f
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>
apps/files_sharing/lib/External/Manager.php
lib/private/Repair/RemoveLinkShares.php