Skip to content

Commit 57b98d5

Browse files
Update GQL wording (#1021)
1 parent 9611bec commit 57b98d5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ RETURN m.title
2020
----
2121

2222
Cypher supports the majority of mandatory GQL features.
23-
For a full list, see xref:appendix/gql-conformance/supported-mandatory.adoc[].
24-
There are, however, currently a few mandatory GQL features not implemented in Cypher.
23+
For a full list see xref:appendix/gql-conformance/supported-mandatory.adoc[].
24+
There are, however, currently a few mandatory GQL features not yet in Cypher that Neo4j is actively working towards implementing.
2525
These are listed in the page xref:appendix/gql-conformance/unsupported-mandatory.adoc[].
2626

2727
Neo4j is also working towards increasing its support of optional GQL features.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
:description: Information about mandatory GQL features not currently supported by Cypher.
22
= Currently unsupported mandatory GQL features
33

4-
Cypher supports most mandatory GQL features, though there are a few instances where its current functionality diverges.
4+
Cypher supports most mandatory GQL features.
5+
There are, however, currently a few mandatory GQL features not yet in Cypher that Neo4j is actively working towards implementing.
56
The table below provides an overview of these GQL features and, where applicable, their functional equivalents in Neo4j.
67

78
Unlike optional GQL features, mandatory GQL features are not assigned a GQL feature ID code.

0 commit comments

Comments
 (0)