Skip to content

Commit 32ddb86

Browse files
Added superfluous optional notification
1 parent 723874e commit 32ddb86

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

modules/ROOT/pages/changelogs.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
:description: This page lists all changes to status codes per Neo4j version.
22
= Changes to status codes per Neo4j version
33

4+
== Neo4j 5.24
5+
6+
**New:**
7+
8+
[source, status codes, role="noheader"]
9+
-----
10+
Neo.ClientNotification.Statement.SuperfluousOptional
11+
-----
12+
413
== Neo4j 5.23
514

615
From version 5.23, Neo4j has a new GqlStatusObject API in addition to the existing Notification API.

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3544,6 +3544,30 @@ RETURN *
35443544
======
35453545
=====
35463546

3547+
[#_neo_clientnotification_statement_superfluousoptional]
3548+
=== Superfluous Optional
3549+
3550+
.Notification details
3551+
[cols="<1s,<4"]
3552+
|===
3553+
|Neo4j code
3554+
m|Neo.ClientNotification.Statement.SuperfluousOptional
3555+
|Title
3556+
a|The use of OPTIONAL is superfluous when `CALL` is a unit subquery or a void procedure.
3557+
|Description
3558+
|The use of OPTIONAL is superfluous when `CALL` is a unit subquery or a void procedure.
3559+
|Category
3560+
m|GENERIC
3561+
|GQLSTATUS code
3562+
m|03N61
3563+
|Status description
3564+
a|info: superfluous optional. The use of optional is superfluous when `CALL` is a unit subquery or a void procedure.
3565+
|Classification
3566+
m|GENERIC
3567+
|SeverityLevel
3568+
m|INFORMATION
3569+
|===
3570+
35473571
[#_neo_clientnotification_statement_parameternotprovided]
35483572
=== Parameter missing
35493573

0 commit comments

Comments
 (0)