We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61e8b3 commit 0bdeb91Copy full SHA for 0bdeb91
1 file changed
user_guide_src/source/database/transactions.rst
@@ -110,4 +110,7 @@ track of the transaction "depth" and only take action at the outermost layer
110
111
.. literalinclude:: transactions/007.php
112
113
-.. note:: Use this technique carefully in order to keep the commands balanced.
+.. note:: In case the structure is far more complex, it's your responsibility
114
+ to ensure that the inner transactions can reach the outermost layer again
115
+ in order to be fully executed by the database, thus prevents unintended
116
+ commits/rollbacks.
0 commit comments