From fddd931cd350528c3e765bcb7b78edd1d7293d48 Mon Sep 17 00:00:00 2001 From: Louise Berglund Date: Mon, 7 Jul 2025 10:40:45 +0200 Subject: [PATCH] Clarify that old graph reference removal has been withdrawn in 5.26 as well. --- .../pages/deprecations-additions-removals-compatibility.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc index 1c8f31c37..4e3c5905d 100644 --- a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc +++ b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc @@ -407,8 +407,8 @@ label:deprecated[] USE my.db ... ---- -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. -However, this deprecation has been withdrawn in 2025.06, and replaced by two new deprecations in Cypher 5: +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. +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: * xref::deprecations-additions-removals-compatibility.adoc#_graph_reference_removed_name_parts_quoting[Deprecated support for quoted name parts in graph references]