mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #38016 from nextcloud/oracle-limit-workaround
fix: add workaround for oci and limit queries
This commit is contained in:
commit
db73534e09
1 changed files with 1 additions and 0 deletions
|
|
@ -317,6 +317,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