Skip to content

Commit 04346b6

Browse files
committed
feat: Mark IQueryBuilder::execute as removed
Signed-off-by: Carl Schwan <[email protected]>
1 parent 4a926db commit 04346b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,7 @@ Removed APIs
8787
- The ``\OCP\Search\PagedProvider``, ``\OCP\Search\Provider`` and ``\OCP\Search\Result`` classes were
8888
deprecated since Nextcloud 20 and were now removed. Instead use ``\OCP\Search\SearchResult`` and
8989
``\OCP\Search\IProvider``, available since Nextcloud 20.
90+
- The ``\OCP\DB\IQueryBuilder::execute`` method was deprecated since Nextcloud 22 and was now removed.
91+
Instead use the ``\OCP\DB\IQueryBuilder::executeQuery`` or ``\OCP\DB\IQueryBuilder::executeStatement``
92+
method, available since Nextcloud 20.
93+

0 commit comments

Comments
 (0)