Skip to content

Commit 5225cbe

Browse files
committed
Merge branch 'cypher-25' into dev-merge-cypher25
2 parents 984cb3f + 1fa9993 commit 5225cbe

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ asciidoc:
99
page-origin-private: false
1010
neo4j-version: '2025.06'
1111
neo4j-version-exact: '2025.06.0'
12-
neo4j-buildnumber: '2025.06'
12+
neo4j-buildnumber: '2025.06'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
= 42N39
44

55
== Status description
6-
error: syntax error or access rule violation - incompatible return column names. All `{<<context>>}` must have the same return column names. Use `AS` to ensure columns have the same name.
6+
error: syntax error or access rule violation - incompatible return column names. All `{ <<context>> }` must have the same return column names. Use `AS` to ensure columns have the same name.
77

88
ifndef::backend-pdf[]
99
[discrete.glossary]

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

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,31 @@ Status description:: error: syntax error or access rule violation - duplicate re
11881188
[role=label--changed-2025.03]
11891189
=== xref:errors/gql-errors/42N39.adoc[42N39]
11901190

1191-
Status description:: error: syntax error or access rule violation - incompatible return column names. All `{<<context>>}` must have the same return column names. Use `AS` to ensure columns have the same name.
1191+
Status description:: error: syntax error or access rule violation - incompatible return column names. All `{ <<context>> }` must have the same return column names. Use `AS` to ensure columns have the same name.
1192+
1193+
=== xref:errors/gql-errors/42N3A.adoc[42N3A]
1194+
1195+
Status description:: error: syntax error or access rule violation - incompatible conditional query. All `{ <<context>> }` need to either return rows or update the graph.
1196+
1197+
=== xref:errors/gql-errors/42N3B.adoc[42N3B]
1198+
1199+
Status description:: error: syntax error or access rule violation - incompatible number of return columns. All `{ <<context>> }` must return the same number of columns.
1200+
1201+
=== xref:errors/gql-errors/42N3C.adoc[42N3C]
1202+
1203+
Status description:: error: syntax error or access rule violation - invalid use of `CALL { ... }`. Not possible to enclose `{ <<clause>> }` in `CALL { ... }`. Use `CALL () { ... }` instead.
1204+
1205+
=== xref:errors/gql-errors/42N3A.adoc[42N3A]
1206+
1207+
Status description:: error: syntax error or access rule violation - incompatible conditional query. All `{ <<context>> }` need to either return rows or update the graph.
1208+
1209+
=== xref:errors/gql-errors/42N3B.adoc[42N3B]
1210+
1211+
Status description:: error: syntax error or access rule violation - incompatible number of return columns. All `{ <<context>> }` must return the same number of columns.
1212+
1213+
=== xref:errors/gql-errors/42N3C.adoc[42N3C]
1214+
1215+
Status description:: error: syntax error or access rule violation - invalid use of `CALL { ... }`. Not possible to enclose `{ <<clause>> }` in `CALL { ... }`. Use `CALL () { ... }` instead.
11921216

11931217
=== xref:errors/gql-errors/42N3A.adoc[42N3A]
11941218

0 commit comments

Comments
 (0)