nextcloud-server/apps/files_sharing/lib/External
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
..
Cache.php Fix incorrect argument name in inherited method 2022-10-17 12:39:22 +07:00
Manager.php Avoid extra parenthesis around SQL in IN expressions 2023-02-21 13:37:30 +07:00
Mount.php Fix various other small psalm issues 2022-10-17 12:40:35 +07:00
MountProvider.php Use querybuilder for share external mountpoint 2022-04-06 10:18:36 +07:00
Scanner.php fix external share scanner not propagating locking-opt-out 2022-08-03 17:12:30 +07:00
Storage.php perf(federation): Only request root share info for checking availability 2023-01-31 11:41:34 +07:00
Watcher.php