Skip to content

Commit b414117

Browse files
consistency
1 parent 932b19e commit b414117

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ FOR DATABASE `northwind-graph-2020`
324324

325325
a| Set the default Cypher version for a remote database alias when creating it.
326326
The available versions are `CYPHER 5` and `CYPHER 25`.
327-
Local database aliases and database aliases of composite databases cannot be assigned a default Cypher version; they always have the Cypher version of their target database.
328-
For more information, see the link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/aliases/manage-aliases-standard-databases/#_set_a_default_cypher_version_for_remote_database_aliases[Operations Manual -> Set a default Cypher version for remote database aliases].
327+
Local database aliases and database aliases in composite databases cannot be assigned a default Cypher version.
328+
Local database aliases always have the Cypher version of their target database and database aliases in composite databases always have the Cypher version of the composite database they belong to.For more information, see the link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/aliases/manage-aliases-standard-databases/#_set_a_default_cypher_version_for_remote_database_aliases[Operations Manual -> Set a default Cypher version for remote database aliases].
329329

330330
a|
331331
label:functionality[]
@@ -350,7 +350,8 @@ ALTER ALIAS `remote-with-default-language` SET DATABASE DEFAULT LANGUAGE CYPHER
350350

351351
a| Alter the default Cypher version of a remote database alias.
352352
The available versions are `CYPHER 25` and `CYPHER 5`.
353-
It is not possible to alter the default language of a local database alias or an alias of a composite database; they always have the default language of their target database.
353+
It is not possible to alter the default Cypher version of a local database alias or an alias belonging to a composite database.
354+
Local database aliases always have the Cypher version of their target database and aliases belonging to composite databases always have the default language of the composite database.
354355
For more information, see the link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/aliases/manage-aliases-standard-databases/#alter-default-language-remote-database-alias[Operations Manual -> Alter the default Cypher version of a remote database alias].
355356

356357
a|

0 commit comments

Comments
 (0)