Skip to content

Commit

Permalink
docs: add empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Apr 12, 2024
1 parent 6fff96d commit c121e78
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions user_guide_src/source/database/transactions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,13 @@ or failure of any given query.
Strict Mode
===========

By default, CodeIgniter runs all transactions in Strict Mode. When strict
mode is enabled, if you are running multiple groups of transactions, if
one group fails all subsequent groups will be rolled back. If strict mode is
disabled, each group is treated independently, meaning a failure of one
group will not affect any others.
By default, CodeIgniter runs all transactions in Strict Mode.

When strict mode is enabled, if you are running multiple groups of transactions,
if one group fails all subsequent groups will be rolled back.

If strict mode is disabled, each group is treated independently, meaning a failure
of one group will not affect any others.

Strict Mode can be disabled as follows:

Expand Down

0 comments on commit c121e78

Please sign in to comment.