Skip to content

Commit c66ce27

Browse files
Merge branch 'release/4.0' of https://github.com/couchbase/docs-sdk-nodejs into release/4.0
2 parents 332b795 + 7da18a6 commit c66ce27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/howtos/pages/distributed-acid-transactions-from-the-sdk.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ include::example$transactions-example.ts[tag=querySingle,indent=0]
229229
// include::example$transactions-example.ts[tag=querySingleConfigured,indent=0]
230230
// ----
231231

232+
include::{version-server}@sdk:shared:partial$acid-transactions.adoc[tag=n1ql-rbac]
233+
234+
232235
== Committing
233236

234237
Committing is automatic: if there is no explicit call to `ctx.commit()` at the end of the transaction logic callback, and no exception is thrown, it will be committed.

0 commit comments

Comments
 (0)