Skip to content

Commit 00b0f73

Browse files
additions page entry
1 parent 9c2413f commit 00b0f73

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,18 @@ Graph name parts with special characters may require additional escaping of thos
173173

174174
Note that escaping graph names within the graph functions string argument is not supported in Cypher 5.
175175

176+
a|
177+
label:functionality[]
178+
label:updated[]
179+
[source, cypher, role="noheader"]
180+
----
181+
CREATE (:Person)
182+
MATCH (p:Person)
183+
RETURN count(p) AS count
184+
----
185+
186+
| Queries no longer require xref:clauses/with.adoc[`WITH`] to transition between reading and writing operations.
187+
176188
|===
177189

178190
=== New features

0 commit comments

Comments
 (0)