Skip to content

Commit 5b1e8f2

Browse files
post-review update
1 parent e7645eb commit 5b1e8f2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

modules/ROOT/pages/procedures.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -827,10 +827,12 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/p
827827
|===
828828

829829
[NOTE]
830-
As of Neo4j 2025.06, `dbms.components()` will return the supported Cypher versions in a row where the `name` column has the value `"Cypher"`.
831-
If this row is returned, it will have the value `["5", "25"]`, indicating that both Cypher 5 and Cypher 25 are supported.
832-
If this row is not returned, Cypher 25 is not supported.
830+
====
831+
As of Neo4j 2025.06, `dbms.components()` returns the supported Cypher versions in a row where the `name` column has the value `"Cypher"`.
832+
If returned, the row has the value `["5", "25"]`, indicating that both Cypher 5 and Cypher 25 are supported.
833+
Otherwise, Cypher 25 is not supported.
833834
For more information about Cypher versions, see the link:{neo4j-docs-base-uri}/cypher-manual/queries/select-version/[Cypher Manual -> Select Cypher version].
835+
====
834836

835837
[[procedure_dbms_info]]
836838
=== dbms.info()

0 commit comments

Comments
 (0)