Skip to content

Commit da35af2

Browse files
committed
handle review feedback
1 parent e6e1352 commit da35af2

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

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

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -746,18 +746,16 @@ label:deprecated[]
746746
USE my.db ...
747747
748748
----
749-
| In xref:clauses/use.adoc[`USE`] clauses, databases and aliases with unquoted `.` are deprecated in versions 5.26 to 2025.05 unless the `.` is used to indicate that the database or alias belongs to a composite database.
749+
a| The use of unquoted `.` characters in xref:clauses/use.adoc[`USE`] clauses when specifying databases and aliases was deprecated in 5.26, except when `.` indicated that the database or alias belonged to a composite database.
750+
However, this deprecation was withdrawn in Neo4j 2025.06, and replaced by the following updates in Cypher 25:
750751

751-
However, starting from version 2025.06, this deprecation has been withdrawn, and replaced by two new deprecations.
752-
The reason for this change is that the previous quoting rules have been found inconsistent and ambiguous, and will be improved starting from Cypher 25.
753-
For more information, see:
752+
* xref::deprecations-additions-removals-compatibility.adoc#_graph_reference_removed_name_parts_quoting[Removed support for quoted name parts in graph references]
754753

755-
* xref::deprecations-additions-removals-compatibility.adoc#_graph_reference_removed_name_parts_quoting[removed support for quoted name parts in graph references]
756-
757-
* xref::deprecations-additions-removals-compatibility.adoc#_graph_reference_updated_graph_by_name_quotes[update to graph functions]
758-
759-
* xref::values-and-types/graph-references.adoc#rules[graph reference rules]
754+
* xref::deprecations-additions-removals-compatibility.adoc#_graph_reference_updated_graph_by_name_quotes[Update to graph functions]
760755

756+
This is because the previous quoting rules were inconsistent and ambiguous.
757+
The rules are clarified and improved in Cypher 25.
758+
For more information, see xref::values-and-types/graph-references.adoc#rules[Graph reference rules]
761759

762760
|===
763761

@@ -3376,16 +3374,16 @@ label:deprecated[]
33763374
CREATE DATABASE databaseName.withDot ...
33773375
----
33783376
a|
3379-
Creating a database with dots in the name has been deprecated in versions 5.26 to 2025.05.
3380-
However, starting from version 2025.06, this deprecation has been withdrawn, and replaced by two new deprecations.
3381-
The reason for this change is that the previous quoting rules have been found inconsistent and ambiguous, and will be improved starting from Cypher 25.
3382-
For more information, see:
3377+
Creating a database with . characters was deprecated in 5.0.
3378+
However, this deprecation was withdrawn in 2025.06, and replaced by the following updates in Cypher 25:
33833379

3384-
* xref::deprecations-additions-removals-compatibility.adoc#_graph_reference_removed_name_parts_quoting[removed support for quoted name parts in graph references]
3380+
* xref::deprecations-additions-removals-compatibility.adoc#_graph_reference_removed_name_parts_quoting[Removed support for quoted name parts in graph references]
33853381

3386-
* xref::deprecations-additions-removals-compatibility.adoc#_graph_reference_updated_graph_by_name_quotes[update to graph functions]
3382+
* xref::deprecations-additions-removals-compatibility.adoc#_graph_reference_updated_graph_by_name_quotes[Update to graph functions]
33873383

3388-
* xref::values-and-types/graph-references.adoc#rules[graph reference rules]
3384+
This is because the previous quoting rules were inconsistent and ambiguous.
3385+
The rules are clarified and improved in Cypher 25.
3386+
For more information, see xref::values-and-types/graph-references.adoc#rules[Graph reference rules]
33893387

33903388
a|
33913389
[[cypher-5_0-d_4]]

0 commit comments

Comments
 (0)