Skip to content

Commit 39d77ef

Browse files
committed
revert
1 parent 6d8866b commit 39d77ef

File tree

1 file changed

+21
-25
lines changed

1 file changed

+21
-25
lines changed

source/write/transaction.txt

+21-25
Original file line numberDiff line numberDiff line change
@@ -92,24 +92,24 @@ following table describes these methods:
9292
:header-rows: 1
9393

9494
* - Method
95-
- Description
95+
- Description
9696

9797
* - ``startTransaction()``
98-
- | Starts a new transaction on this session. The session
99-
must be passed into each operation within the transaction, or
100-
the operation will run outside of the transaction.
101-
|
102-
| You can set transaction options by passing an options parameter.
98+
- | Starts a new transaction on this session. The session
99+
must be passed into each operation within the transaction, or
100+
the operation will run outside of the transaction.
101+
|
102+
| You can set transaction options by passing an options parameter.
103103

104104
* - ``commitTransaction()``
105-
- | Commits the active transaction for this session. This method returns an
106-
error if there is no active transaction for the session, the
107-
transaction was previously ended, or if there is a write conflict.
105+
- | Commits the active transaction for this session. This method returns an
106+
error if there is no active transaction for the session, the
107+
transaction was previously ended, or if there is a write conflict.
108108

109109
* - ``abortTransaction()``
110-
- | Ends the active transaction for this session. This method returns an
111-
error if there is no active transaction for the session or if the
112-
transaction was committed or ended.
110+
- | Ends the active transaction for this session. This method returns an
111+
error if there is no active transaction for the session or if the
112+
transaction was committed or ended.
113113

114114
.. _php-txn-example:
115115

@@ -148,25 +148,21 @@ completes the following actions:
148148
:copyable:
149149

150150
.. input:: /includes/write/transaction.php
151-
:language: php
152-
:dedent:
153-
:start-after: begin-txn
154-
:end-before: end-txn
155-
:emphasize-lines: 1, 4
151+
:language: php
152+
:dedent:
153+
:start-after: begin-txn
154+
:end-before: end-txn
155+
:emphasize-lines: 1, 4
156156

157157
.. output::
158-
:language: console
159-
:visible: false
158+
:language: console
159+
:visible: false
160160

161-
Successfully performed transaction!
162-
Summary: SAVINGS +1000 CHECKING -1000
161+
Successfully performed transaction!
162+
Summary: SAVINGS +1000 CHECKING -1000
163163

164164
.. sharedinclude:: dbx/transactions-parallelism.rst
165165

166-
.. replacement:: driver-specific-content
167-
168-
169-
170166
Additional Information
171167
----------------------
172168

0 commit comments

Comments
 (0)