From 4588dab3d3f59927cd56c965c67ed9b01ba2e295 Mon Sep 17 00:00:00 2001 From: Arne Fischereit Date: Thu, 10 Nov 2022 16:00:40 +0100 Subject: [PATCH] Mark legacy relationship types as deprecated. --- ...recations-additions-removals-compatibility.adoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc index 928eb7b7a..bb24b5b94 100644 --- a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc +++ b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc @@ -661,6 +661,20 @@ Creating a database with unescaped dots in the name has been deprecated, instead CREATE DATABASE `databaseName.withDot` ... ---- +a| +label:functionality[] +label:deprecated[] +[source, cypher, role="noheader"] +---- +()-[:A\|:B]->() +---- +a| +Replaced by: +[source, cypher, role="noheader"] +---- +()-[:A\|B]->() +---- + |=== === Updated features