File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
user_guide_src/source/database Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,13 @@ or failure of any given query.
52
52
Strict Mode
53
53
===========
54
54
55
- By default, CodeIgniter runs all transactions in Strict Mode. When strict
56
- mode is enabled, if you are running multiple groups of transactions, if
57
- one group fails all subsequent groups will be rolled back. If strict mode is
58
- disabled, each group is treated independently, meaning a failure of one
59
- group will not affect any others.
55
+ By default, CodeIgniter runs all transactions in Strict Mode.
56
+
57
+ When strict mode is enabled, if you are running multiple groups of transactions,
58
+ if one group fails all subsequent groups will be rolled back.
59
+
60
+ If strict mode is disabled, each group is treated independently, meaning a failure
61
+ of one group will not affect any others.
60
62
61
63
Strict Mode can be disabled as follows:
62
64
You can’t perform that action at this time.
0 commit comments