We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb629c commit f47d878Copy full SHA for f47d878
source/write/transactions.txt
@@ -134,7 +134,11 @@ following steps:
134
135
If you require more control over your transactions, you can use the ``start_transaction()``
136
method. You can use this method with the ``commit_transaction()`` and ``abort_transaction()``
137
-methods described in the preceding section to manually manage the transaction lifecycle.
+methods described in the preceding section to manually manage the transaction lifecycle.
138
+
139
+.. note:: Parallel Operations Not Supported
140
141
+ {+driver-short+} does not support running parallel operations within a single transaction.
142
143
Additional Information
144
----------------------
0 commit comments