Skip to content

Commit f4927c7

Browse files
N1QL RBAC
DOC-9831
1 parent a4de096 commit f4927c7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,9 @@ and configure it:
329329
include::example$TransactionsExample.java[tag=querySingleConfigured,indent=0]
330330
----
331331

332+
include::{version-server}@sdk:shared:partial$acid-transactions.adoc[tag=n1ql-rbac]
333+
334+
332335
== Committing
333336

334337
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)