Skip to content

Commit 7aa69b7

Browse files
authored
Document API change for IDBConnection::getDatabaseProvider
nextcloud/server#54228 Signed-off-by: Varun Patil <varunpatil@ucla.edu>
1 parent a262022 commit 7aa69b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Changed APIs
7777

7878
- ``\OCP\Authentication\TwoFactorAuth\ILoginSetupProvider::getBody``, ``\OCP\Authentication\TwoFactorAuth\IPersonalProviderSettings::getBody`` and ``\OCP\Authentication\TwoFactorAuth\IProvider::getBody`` return type was broaden from ``\OCP\Template`` class to ``\OCP\Template\ITemplate`` interface. Should not change anything for applications.
7979
- ``\OCP\Files\Template\BeforeGetTemplatesEvent`` now takes an optional boolean constructor value, ``withFields``, that allows you to explicitly control whether template fields should be extracted. The default value is ``false``.
80+
- ``\OCP\IDBConnection::getDatabaseProvider`` now takes an optional argument `strict`; when specified the output will differentiate MySQL and MariaDB.
8081

8182
Deprecated APIs
8283
^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)