From 4a5c35e4e6a72b7ef54a0fa5fe22e144bdb292e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:46:28 +0200 Subject: [PATCH] change --- modules/ROOT/pages/appendix/gql-conformance/index.adoc | 4 ++-- .../pages/appendix/gql-conformance/supported-mandatory.adoc | 5 +++++ .../appendix/gql-conformance/unsupported-mandatory.adoc | 4 ---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/modules/ROOT/pages/appendix/gql-conformance/index.adoc b/modules/ROOT/pages/appendix/gql-conformance/index.adoc index cdbd320db..b269905ad 100644 --- a/modules/ROOT/pages/appendix/gql-conformance/index.adoc +++ b/modules/ROOT/pages/appendix/gql-conformance/index.adoc @@ -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. diff --git a/modules/ROOT/pages/appendix/gql-conformance/supported-mandatory.adoc b/modules/ROOT/pages/appendix/gql-conformance/supported-mandatory.adoc index 310e25324..becb1d517 100644 --- a/modules/ROOT/pages/appendix/gql-conformance/supported-mandatory.adoc +++ b/modules/ROOT/pages/appendix/gql-conformance/supported-mandatory.adoc @@ -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[] diff --git a/modules/ROOT/pages/appendix/gql-conformance/unsupported-mandatory.adoc b/modules/ROOT/pages/appendix/gql-conformance/unsupported-mandatory.adoc index c81f453a5..55cc050bf 100644 --- a/modules/ROOT/pages/appendix/gql-conformance/unsupported-mandatory.adoc +++ b/modules/ROOT/pages/appendix/gql-conformance/unsupported-mandatory.adoc @@ -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`.