Skip to content

Commit

Permalink
remove DBMS
Browse files Browse the repository at this point in the history
  • Loading branch information
renetapopova committed Nov 29, 2024
1 parent 18db250 commit b772532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[neo4j-errors]]
= Server errors

The Neo4j DBMS returns a server error to indicate that the outcome of a Cypher query or command execution is unsuccessful.
Neo4j returns a server error to indicate that the outcome of a Cypher query or command execution is unsuccessful.
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.

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].
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif::[]

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

Starting from 5.23 for notifications and 5.25 for errors, the Neo4j DBMS supports the GQL standard. +
Starting from 5.23 for notifications and 5.25 for errors, Neo4j supports the GQL standard. +
GQL is the new link:https://www.iso.org/home.html[ISO] International Standard query language for graph databases.
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]).
For more information, see link:https://neo4j.com/docs/cypher-manual/current/appendix/gql-conformance/[Cypher Manual -> GQL conformance].
Expand Down

0 comments on commit b772532

Please sign in to comment.