Skip to content

Commit 965d95d

Browse files
Lojjsrenetapopova
authored andcommitted
Rephrase status description of 42I67.
It is not certain that the query is valid, we can only guarantee that it is parsable.
1 parent de22f12 commit 965d95d

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. The query is a valid `CYPHER { <<feat>>2 }` query, but it is run in `CYPHER { <<feat>>1 }`. Consider changing the database default Cypher version using `ALTER DATABASE SET DEFAULT LANGUAGE` or prefix the query with `CYPHER { <<feat>>2 }`.
4+
error: syntax error or access rule violation - unsupported language feature. The query is parsable in `CYPHER { <<feat>>2 }`, but it is run in `CYPHER { <<feat>>1 }`. Consider changing the database default Cypher version using `ALTER DATABASE SET DEFAULT LANGUAGE` or prefix the query with `CYPHER { <<feat>>2 }`.
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. 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`.
23+
error: syntax error or access rule violation - unsupported language feature. The query is parsable in `CYPHER 25`, 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)