Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
  • Loading branch information
Altahrim committed Oct 29, 2024
1 parent 2895767 commit bcd3524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/User/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ public function getLastLoggedInUsers(?int $limit = null, int $offset = 0, string
->andWhere($queryBuilder->expr()->eq('pref_login.configkey', $queryBuilder->expr()->literal('lastLogin')))
->setFirstResult($offset)
->setMaxResults($limit)
->runAcrossAllShards()
;

// Oracle don't want to run ORDER BY on CLOB column
Expand Down

0 comments on commit bcd3524

Please sign in to comment.