You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/n1ql/pages/n1ql-language-reference/transactions.adoc
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,12 @@ These are explained in the sections below.
155
155
Note that some Couchbase SDKs provide APIs to support Couchbase transactions.
156
156
For further details, refer to {transactions}[Transactions] in the Server documentation.
157
157
158
+
ifndef::flag-devex-rest-api[]
159
+
[NOTE]
160
+
Couchbase Transactions are not supported via the Data API (Query Service passthrough).
161
+
The Query Service requires that the whole transaction must be executed by a single node, and there is currently no way for the Data API to enforce this.
162
+
endif::flag-devex-rest-api[]
163
+
158
164
=== Couchbase Transactions with the Query Tab
159
165
160
166
* To execute a transaction containing multiple statements, compose the sequence of statements in the Query editor.
0 commit comments