Skip to content

Commit

Permalink
Update modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Sill <[email protected]>
  • Loading branch information
PetrJanouch and rsill-neo4j authored Feb 26, 2024
1 parent 2cd7843 commit 5825b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,8 @@ RETURN largeLists
[[composite-databases]]
== Composite databases
`CALL { ... } IN TRANSACTIONS` can be used on composite databases.
Composite databases are virtual databases used for querying their constituents, so the examples above are generally
valid for composite databases, but they must be slightly modified to accommodate the nature of composite databases.
Composite databases are virtual databases used for querying their constituents.
The examples above are generally valid for composite databases, but they must be slightly modified to accommodate the nature of composite databases.

The following two examples show how `CALL { ... } IN TRANSACTIONS` can be used on a composite database.
Both examples are the equivalent of examples presented in the previous sections, but modified for composite databases.
Expand Down

0 comments on commit 5825b7c

Please sign in to comment.