You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/queries/select-version.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ If so, Neo4j will use Cypher as it existed at the time of the Neo4j 5.26 long-te
19
19
[NOTE]
20
20
Databases migrating to Neo4j 2025.03+ from earlier versions will continue to use Cypher 5 as their default language.
21
21
To change the default language on such databases, see xref:queries/select-version.adoc#alter-default-cypher-version[Alter the default Cypher version for a database].
22
-
See also xref:queries/select-version.adoc#config-database-upgrades[Cypher versions, configuration settings, and system upgrades] for information about what default Cypher version is used when upgrading a database.
22
+
See also xref:queries/select-version.adoc#config-database-upgrades[Cypher versions, configuration settings, and system upgrades] for information about what default Cypher version is used when upgrading a system.
23
23
24
24
25
25
For information about updates to Cypher in different Neo4j versions, see xref:deprecations-additions-removals-compatibility.adoc[].
@@ -218,10 +218,10 @@ SHOW DATABASES YIELD name, defaultLanguage
218
218
[[config-database-upgrades]]
219
219
== Cypher versions, configuration settings, and system upgrades
220
220
221
-
Changing the Cypher version of a database can also be done with the setting link:{neo4j-docs-base-uri}/operations-manual/{page-version}/configuration/configuration-settings/#config_db.query.default_language[`config_db.query.default_language`].
221
+
Changing the Cypher version of a database can also be done with the setting link:{neo4j-docs-base-uri}/operations-manual/current/configuration/configuration-settings/#config_db.query.default_language[`config_db.query.default_language`].
222
222
This setting determines the default language for new databases where it has not been specified as part of a `CREATE` or `ALTER` database command.
223
223
For example, `config_db.query.default_language=CYPHER_25` will set Cypher 25 as the default language for a system.
224
-
For more information about using configuration settings, see the link:{neo4j-docs-base-uri}/operations-manual/{page-version}/configuration/[Operations Manual -> Configuration].
224
+
For more information about using configuration settings, see the link:{neo4j-docs-base-uri}/operations-manual/current/configuration/[Operations Manual -> Configuration].
225
225
226
226
The table below outlines which Cypher version is assigned to databases in different upgrade or installation scenarios:
0 commit comments