Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ asciidoc:
page-origin-private: false
neo4j-version: '2025.06'
neo4j-version-exact: '2025.06.0'
neo4j-buildnumber: '2025.06'
neo4j-buildnumber: '2025.06'
2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/gql-errors/42N39.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
= 42N39

== 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.
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.

ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ Status description:: error: syntax error or access rule violation - duplicate re
[role=label--changed-2025.03]
=== xref:errors/gql-errors/42N39.adoc[42N39]

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.
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.

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

Expand Down