mirror of
https://github.com/nextcloud/server.git
synced 2026-03-01 04:50:40 -05:00
Merge pull request #38054 from nextcloud/backport/38016/stable26
[stable26] fix: add workaround for oci and limit queries
This commit is contained in:
commit
32f9b8b30e
1 changed files with 1 additions and 0 deletions
|
|
@ -318,6 +318,7 @@ abstract class QBMapper {
|
|||
* @since 14.0.0
|
||||
*/
|
||||
protected function mapRowToEntity(array $row): Entity {
|
||||
unset($row['DOCTRINE_ROWNUM']); // remove doctrine/dbal helper column
|
||||
return \call_user_func($this->entityClass .'::fromRow', $row);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue