Skip to content

Commit b772532

Browse files
committed
remove DBMS
1 parent 18db250 commit b772532

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/ROOT/pages/errors/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[[neo4j-errors]]
33
= Server errors
44

5-
The Neo4j DBMS returns a server error to indicate that the outcome of a Cypher query or command execution is unsuccessful.
5+
Neo4j returns a server error to indicate that the outcome of a Cypher query or command execution is unsuccessful.
66
The driver receives these erors and sends them to the Neo4j tools (e.g. Browser, Bloom, Cypher Shell) or the user application, which display them to the user.
77

88
Starting from version 5.26, the Neo4j error codes have an additional GQL-status object along with the Neo4j exception that provides information about the status of a Cypher query or command execution in compliance with the link:https://www.iso.org/standard/76120.html[ISO/IEC 39075:2024(en) - Information technology - Database languages - GQL Standard].

modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif::[]
1111

1212
This manual covers all status codes for errors and notifications that a Neo4j server may return to indicate the result of a Cypher request.
1313

14-
Starting from 5.23 for notifications and 5.25 for errors, the Neo4j DBMS supports the GQL standard. +
14+
Starting from 5.23 for notifications and 5.25 for errors, Neo4j supports the GQL standard. +
1515
GQL is the new link:https://www.iso.org/home.html[ISO] International Standard query language for graph databases.
1616
Cypher®, Neo4j’s query language, supports most mandatory and a substantial portion of the optional GQL features (as defined by the link:https://www.iso.org/standard/76120.html[ISO/IEC 39075:2024(en) - Information technology - Database languages - GQL Standard]).
1717
For more information, see link:https://neo4j.com/docs/cypher-manual/current/appendix/gql-conformance/[Cypher Manual -> GQL conformance].

0 commit comments

Comments
 (0)