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/deprecations-additions-removals-compatibility.adoc
+14-16Lines changed: 14 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -746,18 +746,16 @@ label:deprecated[]
746
746
USE my.db ...
747
747
748
748
----
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:
750
751
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]
754
753
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]
* xref::deprecations-additions-removals-compatibility.adoc#_graph_reference_updated_graph_by_name_quotes[Update to graph functions]
760
755
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]
761
759
762
760
|===
763
761
@@ -3376,16 +3374,16 @@ label:deprecated[]
3376
3374
CREATE DATABASE databaseName.withDot ...
3377
3375
----
3378
3376
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:
3383
3379
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]
3385
3381
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]
0 commit comments