Skip to content

Commit db8854a

Browse files
Lojjsrecrwplay
authored andcommitted
Update notification detail for deprecated function and procedures. (#56)
Update to match the changes in Neo4j 5.8: neo-technology/neo4j#20323
1 parent 7380a3a commit db8854a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/notifications/all-notifications.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ CALL unsupported.dbms.shutdown
869869
----
870870
871871
Description of the returned code::
872-
The query used a deprecated procedure. (`'unsupported.dbms.shutdown'` is no longer supported)
872+
The query used a deprecated procedure: `'unsupported.dbms.shutdown'`.
873873
874874
Suggestions for improvement::
875875
Remove the use of the deprecated procedure.
@@ -957,7 +957,7 @@ MATCH (a)
957957
RETURN id(a)
958958
----
959959
Description of the returned code::
960-
The query used a deprecated function. ('id' is no longer supported)
960+
The query used a deprecated function: `id`.
961961
Suggestions for improvement::
962962
Use the function `elementId()` instead.
963963
+

0 commit comments

Comments
 (0)