mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
fix(FileAccessTest): Do not use LIMIT in subquery
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
3941622059
commit
895160a1d3
1 changed files with 0 additions and 1 deletions
|
|
@ -139,7 +139,6 @@ class FileAccess implements IFileAccess {
|
|||
$subQuery = $this->getQuery()->select('p.encrypted')
|
||||
->from('filecache', 'p')
|
||||
->andWhere($qb->expr()->eq('p.fileid', 'f.parent'))
|
||||
->setMaxResults(1)
|
||||
->getSQL();
|
||||
|
||||
$qb->andWhere(
|
||||
|
|
|
|||
Loading…
Reference in a new issue