Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/ROOT/pages/appendix/gql-conformance/index.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:description: Overview of Cypher's conformance to GQL.
= GQL conformance

*Last updated*: 24 October 2024 +
*Neo4j version*: 5.25
*Last updated*: 2 June 2025 +
*Neo4j version*: 2025.06

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ The below table is instead listed in order of their appearance in the link:https
| Documentation
| Comment

| 4.9.2
| GQL-status objects
| link:https://neo4j.com/docs/status-codes/current/[Status Codes for Errors & Notifications]
| Neo4j exposes successful execution results, errors, exceptions, and warnings as GQL-status objects.

| 4.11
| Graph pattern matching
| xref:patterns/index.adoc[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ The below table is instead listed in order of their appearance in the link:https
| Description
| Comment and similar Neo4j functionality

| 4.9.2
| GQL-status objects
| Exposing successful execution results, errors, exceptions, and warnings as GQL-status objects.

| 7.1-7.3
| Session management
| GQL defines the following session commands: `SESSION SET`, `SESSION RESET`, and `SESSION CLOSE`.
Expand Down