mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-26 13:28:45 +07:00
feat(upgrade-34): Add SELECT FOR UPDATE doc
Signed-off-by: Carl Schwan <carlschwan@kde.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 <https://www.cockroachlabs.com/blog/select-for-update/>`_ on how this can be helpful.
|
||||
|
||||
Changed APIs
|
||||
^^^^^^^^^^^^
|
||||
Reference in New Issue
Block a user