We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fa536 commit 17763f3Copy full SHA for 17763f3
user_guide_src/source/database/transactions.rst
@@ -67,11 +67,11 @@ Strict Mode can be disabled as follows:
67
Managing Errors
68
===============
69
70
-When you have ``DBDebug`` true in your **app/Config/Database.php** file,
71
-if a query error occurs, all the queries will be rolled backed, and an exception
72
-will be thrown. So you'll see a standard error page.
+.. note::
+ Since v4.3.0, during transactions, exceptions are not thrown by default
+ even if ``DBDebug`` is true.
73
74
-If the ``DBDebug`` is false, you can manage your own errors like this:
+You can manage your own errors like this:
75
76
.. literalinclude:: transactions/003.php
77
0 commit comments