Skip to content

Commit e964205

Browse files
committed
added block syntax to an IMPORTANT admonition
1 parent 5574338 commit e964205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/ROOT/pages/clauses/clause-composition.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ In a Cypher query, read and write clauses can take turns.
129129
The most important aspect of read-write queries is that the state of the graph also changes between clauses.
130130

131131
[IMPORTANT]
132+
====
132133
A clause can never observe writes made by a later clause, and will observe all writes done by the previous clauses.
134+
====
133135

134136
As of Cypher 25, read and write clauses can be combined in any order.
135137
That is, a write clause followed by a read clause no longer requires a separating xref:clauses/with.adoc[`WITH`] clause in order for the read clause to observe the changes made by a preceding write clause.

0 commit comments

Comments
 (0)