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/ROOT/pages/transactions.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ As Neo4j is <<ACID>> compliant, queries within a <<transaction>> will either be
5
5
6
6
[NOTE]
7
7
--
8
-
Cypher queries with link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/call-subquery/#subquery-call-in-transactions[`CALL {} IN TRANSACTIONS`] can not be executed in explicit transactions.
8
+
Cypher queries with link:https://neo4j.com/docs/cypher-manual/current/subqueries/subqueries-in-transactions/[`CALL {} IN TRANSACTIONS`] can not be executed in explicit transactions.
9
9
Submit those queries with xref:query.adoc[implicit transactions] instead.
0 commit comments