Skip to content

Commit 0982303

Browse files
JoelBergstrandrenetapopova
authored andcommitted
Update erorr message
1 parent 3a0dd8d commit 0982303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/errors/gql-errors/42I67.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= 42I67
22

33
== Status description
4-
error: syntax error or access rule violation - unsupported language feature. This query uses a feature that is not supported in Cypher { <<feat1>> }. To use this feature prefix the query with `CYPHER { <<feat2>> }` or set Cypher { <<feat2>> } as default language version.
4+
error: syntax error or access rule violation - unsupported language feature. The query is a valid `CYPHER { <<feat2>> }` query, but it is run in `CYPHER { <<feat1>> }`. Consider changing the database default Cypher version using `ALTER DATABASE SET DEFAULT LANGUAGE` or prefix the query with `CYPHER { <<feat2>> }`.
55

66
== Example scenario
77

@@ -20,7 +20,7 @@ This error has a cause detailed in xref:errors/gql-errors/42I67.adoc[42I67] and
2020

2121
[source]
2222
----
23-
error: syntax error or access rule violation - unsupported language feature. This query uses a feature that is not supported in Cypher 5. To use this feature prefix the query with `CYPHER 25` or set Cypher 25 as default language version.
23+
error: syntax error or access rule violation - unsupported language feature. The query is a valid `CYPHER 25` query, but it is run in `CYPHER 5`. Consider changing the database default Cypher version using `ALTER DATABASE SET DEFAULT LANGUAGE` or prefix the query with `CYPHER 25`.
2424
----
2525

2626
As well as a cause detailed in xref:errors/gql-errors/42I06.adoc[42I06] and status description:

0 commit comments

Comments
 (0)