File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -95,16 +95,16 @@ following table describes these methods:
95
95
this method, see the :manual:`commitTransaction() page
96
96
</reference/method/Session.commitTransaction/>` in the Server manual.
97
97
98
- .. note:: Retrying a Transaction
99
-
100
- The ``CommitTransaction()`` method is an idempotent function, which
101
- means that you can attempt to commit a transaction multiple times
102
- without changing data after the first successful commit.
103
-
104
- A transaction can succeed but return an error with the
105
- ``UnknownTransactionCommitResult`` label. If you rerun the
106
- ``CommitTransaction()`` method after receiving this error,
107
- your data is not changed by the repeat attempts.
98
+ .. note:: Retrying a Transaction
99
+
100
+ The ``CommitTransaction()`` method is an idempotent function, which
101
+ means that you can attempt to commit a transaction multiple times
102
+ without changing data after the first successful commit.
103
+
104
+ A transaction can succeed but return an error with the
105
+ ``UnknownTransactionCommitResult`` label. If you rerun the
106
+ ``CommitTransaction()`` method after receiving this error,
107
+ your data is not changed by the repeat attempts.
108
108
109
109
|
110
110
| **Parameter**: ``Context``
You can’t perform that action at this time.
0 commit comments