From 57775087f1d91f7286b773113eabdf4fc2d4373e Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 12 Feb 2026 00:48:20 +0100 Subject: [PATCH] feat(upgrade-34): Add SELECT FOR UPDATE doc Signed-off-by: Carl Schwan --- .../app_upgrade_guide/index.rst | 1 + .../app_upgrade_guide/upgrade_to_34.rst | 33 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_34.rst diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/index.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/index.rst index b5109104dce..f8a6f27d862 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/index.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/index.rst @@ -11,6 +11,7 @@ These sub pages will cover the most important changes in Nextcloud, as well as s .. toctree:: :maxdepth: 1 + upgrade_to_34.rst upgrade_to_33.rst upgrade_to_32.rst upgrade_to_31.rst diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_34.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_34.rst new file mode 100644 index 00000000000..bd4f464fba0 --- /dev/null +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_34.rst @@ -0,0 +1,33 @@ +======================= +Upgrade to Nextcloud 34 +======================= + +Front-end changes +----------------- + +Added APIs +^^^^^^^^^^ + + +Changed APIs +^^^^^^^^^^^^ + +Deprecated APIs +^^^^^^^^^^^^^^^ + +Removed APIs +^^^^^^^^^^^^ + +Back-end changes +---------------- + +Added Events +^^^^^^^^^^^^ + +Added APIs +^^^^^^^^^^ + +- ``IQueryBuilder::forUpdate`` This new method allow to a `SELECT ... FOR UPDATE`. See `this explanation `_ on how this can be helpful. + +Changed APIs +^^^^^^^^^^^^