mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #9341 from nextcloud/enhancement/doctrine-dbal-3.0-to-3.1-changes-stable23
[stable23] Document behavior changes of dbal 3.0 to 3.1 upgrade
This commit is contained in:
commit
18acfbef4f
@ -30,6 +30,14 @@ Deprecated APIs
|
||||
* ``\OCP\Calendar\IManager::getCalendars``: use :ref:`the new calendar API<calendar-access>`
|
||||
* ``\OCP\Calendar\IManager::clear``: there is no replacement
|
||||
|
||||
Updated core libraries
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
``doctrine/dbal``
|
||||
*****************
|
||||
|
||||
The Doctrine Database Abstraction Layer (dbal) powers Nextcloud's database connection and query builder. In Nextcloud 23 this dependency was updated from 3.0 to 3.1. As a consequence the ``\OC\DB\QueryBuilder\QueryBuilder::getFirstResult`` method now returns ``0`` instead of ``null`` if ``\OC\DB\QueryBuilder\QueryBuilder::setFirstResult`` wasn't called.
|
||||
|
||||
Upgrading to Nextcloud 22
|
||||
-------------------------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user