Skip to content

Commit 4f20911

Browse files
2025.06 changes to mandatory GQL features (#1294)
As of 2025.06, the location of GQL mandatory feature 4.9.2 "GQL-status objects" should be changed from unsupported to supported. This is because from this release onwards, the new errors will be shown by default in Query/Browser + Cypher shell.
1 parent 624a386 commit 4f20911

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

modules/ROOT/pages/appendix/gql-conformance/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:description: Overview of Cypher's conformance to GQL.
22
= GQL conformance
33

4-
*Last updated*: 4 March 2025 +
4+
*Last updated*: 2 June 2025 +
55
*Neo4j version*: 2025.06
66

77
GQL is the new link:https://www.iso.org/home.html[ISO] International Standard query language for graph databases.

modules/ROOT/pages/appendix/gql-conformance/supported-mandatory.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ The below table is instead listed in order of their appearance in the link:https
1111
| Documentation
1212
| Comment
1313

14+
| 4.9.2
15+
| GQL-status objects
16+
| link:https://neo4j.com/docs/status-codes/current/[Status Codes for Errors & Notifications]
17+
| Neo4j exposes successful execution results, errors, exceptions, and warnings as GQL-status objects.
18+
1419
| 4.11
1520
| Graph pattern matching
1621
| xref:patterns/index.adoc[]

modules/ROOT/pages/appendix/gql-conformance/unsupported-mandatory.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ The below table is instead listed in order of their appearance in the link:https
1414
| Description
1515
| Comment and similar Neo4j functionality
1616

17-
| 4.9.2
18-
| GQL-status objects
19-
| Exposing successful execution results, errors, exceptions, and warnings as GQL-status objects.
20-
2117
| 7.1-7.3
2218
| Session management
2319
| GQL defines the following session commands: `SESSION SET`, `SESSION RESET`, and `SESSION CLOSE`.

0 commit comments

Comments
 (0)