From e3ea66d08d6ba845048d61ce485f9a3b9cd22770 Mon Sep 17 00:00:00 2001 From: martin bendsoe Date: Fri, 22 Jul 2022 10:18:41 +0200 Subject: [PATCH] SHOW CONSTRAINTS VERBOSE has been removed in 5.0 Use `SHOW CONSTRAINTS YIELD *` instead. --- ...ations-additions-removals-compatibility.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc index 74586f9ff..43e09fa90 100644 --- a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc +++ b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc @@ -115,6 +115,23 @@ Replaced by: SHOW CONSTRAINTS ---- + +a| +label:syntax[] +label:removed[] +[source, cypher, role="noheader"] +---- +SHOW CONSTRAINTS VERBOSE +---- +a| +The keyword `VERBOSE` for the command `SHOW CONSTRAINTS` has been removed. + +Replaced by: +[source, cypher, role="noheader"] +---- +SHOW CONSTRAINTS YIELD * +---- + |=== // === Deprecated features