Skip to content

Commit dc85766

Browse files
committed
Regenerate the index.adoc file, add the error to the content-nav and a minor editorial change
1 parent 0982303 commit dc85766

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@
261261
**** xref:errors/gql-errors/42I64.adoc[]
262262
**** xref:errors/gql-errors/42I65.adoc[]
263263
**** xref:errors/gql-errors/42I66.adoc[]
264+
**** xref:errors/gql-errors/42I67.adoc[]
264265
**** xref:errors/gql-errors/42N00.adoc[]
265266
**** xref:errors/gql-errors/42N01.adoc[]
266267
**** xref:errors/gql-errors/42N02.adoc[]

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
:page-role: new-2025.09
12
= 42I67
23

34
== Status description
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+
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 }`.
56

67
== Example scenario
78

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,11 @@ Status description:: error: syntax error or access rule violation - invalid patt
10671067

10681068
Status description:: error: syntax error or access rule violation - pattern parsing failed. Pattern parsing failed. Make sure that an even number of escapes are used in the pattern.
10691069

1070+
[role=label--new-2025.09]
1071+
=== xref:errors/gql-errors/42I67.adoc[42I67]
1072+
1073+
Status description:: 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 }`.
1074+
10701075
[role=label--changed-2025.03]
10711076
=== xref:errors/gql-errors/42N00.adoc[42N00]
10721077

0 commit comments

Comments
 (0)