@@ -46,7 +46,7 @@ methods and they will all be committed or rolled back based on the success
4646or failure of any given query.
4747
4848.. note :: Since v4.3.0, ``DBDebug`` is true by default in all environments.
49- When ``DBDebug `` is true, if an query error occurs, all the queries
49+ When ``DBDebug `` is true, if a query error occurs, all the queries
5050 will be rolled backed, and an exception will be thrown.
5151 In previous versions, ``DBDebug `` was false in production environment,
5252 and different database drivers might throw different exception classes
@@ -66,7 +66,7 @@ Strict Mode can be disabled as follows:
6666.. literalinclude :: transactions/002.php
6767
6868.. note :: Since v4.3.0, ``DBDebug`` is true by default in all environments.
69- When ``DBDebug `` is true, if an query error occurs, all the queries
69+ When ``DBDebug `` is true, if a query error occurs, all the queries
7070 will be rolled backed, and an exception will be thrown.
7171 In previous versions, ``DBDebug `` was false in production environment,
7272 and different database drivers might throw different exception classes
@@ -84,7 +84,7 @@ If the ``DBDebug`` is false, you can manage your own errors like this:
8484.. literalinclude :: transactions/003.php
8585
8686.. note :: Since v4.3.0, ``DBDebug`` is true by default in all environments.
87- When ``DBDebug `` is true, if an query error occurs, all the queries
87+ When ``DBDebug `` is true, if a query error occurs, all the queries
8888 will be rolled backed, and an exception will be thrown.
8989 In previous versions, ``DBDebug `` was false in production environment,
9090 and different database drivers might throw different exception classes
0 commit comments