You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors/42I67.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
= 42I67
2
2
3
3
== 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>> }`.
5
5
6
6
== Example scenario
7
7
@@ -20,7 +20,7 @@ This error has a cause detailed in xref:errors/gql-errors/42I67.adoc[42I67] and
20
20
21
21
[source]
22
22
----
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`.
24
24
----
25
25
26
26
As well as a cause detailed in xref:errors/gql-errors/42I06.adoc[42I06] and status description:
0 commit comments