Skip to content

Commit 6dc8317

Browse files
authored
Clarify that withdrawal of graph reference deprecation was backported to 5.26 (#1336)
I guess we do not need to port this to Cypher 25 docs, as Cypher 25 is not present in 5.26. This is an amendment to #1317
1 parent 76cc6fe commit 6dc8317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,8 @@ label:deprecated[]
407407
USE my.db ...
408408
409409
----
410-
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.
411-
However, this deprecation has been withdrawn in 2025.06, and replaced by two new deprecations in Cypher 5:
410+
a| The use of unquoted `.` characters in xref:clauses/use.adoc[`USE`] clauses when specifying databases and aliases was deprecated in 5.26.0, except when `.` indicated that the database or alias belonged to a composite database.
411+
However, this deprecation has been withdrawn in 5.26.9 and 2025.06. In 2025.06, it was replaced by two new deprecations in Cypher 5:
412412

413413
* xref::deprecations-additions-removals-compatibility.adoc#_graph_reference_removed_name_parts_quoting[Deprecated support for quoted name parts in graph references]
414414

0 commit comments

Comments
 (0)