We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7380a3a commit db8854aCopy full SHA for db8854a
modules/ROOT/pages/notifications/all-notifications.adoc
@@ -869,7 +869,7 @@ CALL unsupported.dbms.shutdown
869
----
870
871
Description of the returned code::
872
-The query used a deprecated procedure. (`'unsupported.dbms.shutdown'` is no longer supported)
+The query used a deprecated procedure: `'unsupported.dbms.shutdown'`.
873
874
Suggestions for improvement::
875
Remove the use of the deprecated procedure.
@@ -957,7 +957,7 @@ MATCH (a)
957
RETURN id(a)
958
959
960
-The query used a deprecated function. ('id' is no longer supported)
+The query used a deprecated function: `id`.
961
962
Use the function `elementId()` instead.
963
+
0 commit comments