Skip to content

Commit 564bbe8

Browse files
committed
fix to transactions file
1 parent ffa2f8f commit 564bbe8

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

source/fundamentals/transactions.txt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -93,20 +93,6 @@ following table describes these methods:
9393
error if there is no active transaction for the session or if the
9494
transaction was ended. To learn more about
9595
this method, see the :manual:`commitTransaction() page
96-
<<<<<<< HEAD
97-
</reference/method/Session.commitTransaction/>` in the Server manual.
98-
99-
.. note:: Retrying a Transaction
100-
101-
The ``CommitTransaction()`` method is an idempotent function, which
102-
means that you can attempt to commit a transaction multiple times
103-
without changing data after the first successful commit.
104-
105-
A transaction can succeed but return an error with the
106-
``UnknownTransactionCommitResult`` label. If you rerun the
107-
``CommitTransaction()`` method after receiving this error,
108-
your data is not changed by the repeat attempts.
109-
=======
11096
</reference/method/Session.commitTransaction/>` in the Server manual.
11197
|
11298
| The ``CommitTransaction()`` method is an idempotent function, which
@@ -115,7 +101,6 @@ following table describes these methods:
115101
``UnknownTransactionCommitResult`` label. If you rerun the
116102
``CommitTransaction()`` method after receiving this error,
117103
your data is not changed by the repeat attempts.
118-
>>>>>>> cb6466d (Docsp 42960 nested components (#387))
119104

120105
|
121106
| **Parameter**: ``Context``

0 commit comments

Comments
 (0)