Skip to content

Commit 57907c5

Browse files
reword
1 parent e5c3eef commit 57907c5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

modules/ROOT/pages/queries/select-version.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In the releases following Neo4j 2026.06, features will only be added to Cypher 2
2222

2323
Users running Neo4j version 2025.06 or later can choose to run their queries using the previous version of Cypher: Cypher 5.
2424
If so, Neo4j will use Cypher as it existed at the time of the Neo4j 2025.05 release, the release in which Cypher 5 was frozen.
25-
*No new features will be added to Cypher 5.*
25+
*No new features will be added to Cypher 5* (only performance enhancements and eventual bug fixes may be included in server releases following Neo4j 2025.05).
2626
For information about Cypher 5, see the link:https://neo4j.com/docs/cypher-manual/5/introduction/[Cypher 5 Manual].
2727

2828
[NOTE]
@@ -97,14 +97,13 @@ ALTER DATABASE my_new_database SET DEFAULT LANGUAGE CYPHER 5
9797
======
9898
=====
9999

100-
Selecting `CYPHER 25` ensures that all queries run on that database will be executed using the language as it exists in the version of Neo4j that the database is currently running, provided it is on Neo4j 2025.06 or later (unless a query is prepended with `CYPHER 5`, which overrides this default).
100+
Selecting `CYPHER 25` ensures that all queries run on that database will be executed using the language as it exists in the version of Neo4j that the database is currently running, provided it is on Neo4j 2025.06 or later (unless a query is prepended with xref:selection-query-cypher-version[`CYPHER 5`], which overrides this default).
101101

102-
Selecting `CYPHER 5` as the default database language ensures that all queries run on that database uses the language as it existed at the time of the Neo4j 2025.05 release (unless a query is prepended with `CYPHER 25`, which overrides this default).
102+
Selecting `CYPHER 5` as the default database language ensures that all queries run on that database uses the language as it existed at the time of the Neo4j 2025.05 release (unless a query is prepended with xref:selection-query-cypher-version[`CYPHER 25`], which overrides this default).
103103
Any changes introduced after the 2025.05 release will not affect the semantics of the query.
104104

105105
For information about how to set a default language for local and remote database aliases, see link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/aliases/manage-aliases-standard-databases/[The Operations Manual -> Managing database aliases for standard databases] and link:{neo4j-docs-base-uri}/operations-manual/current/database-administration//aliases/manage-aliases-composite-databases/[Managing database aliases in composite databases].
106106

107-
108107
[[config-database-upgrades]]
109108
== Cypher versions, configuration settings, and DBMS upgrades
110109

0 commit comments

Comments
 (0)