Add GQL error codes 42N7A, 42N7B, 42N7C for DISJOINT BY#502
Open
henriknyman wants to merge 2 commits into
Open
Add GQL error codes 42N7A, 42N7B, 42N7C for DISJOINT BY#502henriknyman wants to merge 2 commits into
henriknyman wants to merge 2 commits into
Conversation
Document the three new GQLSTATUS error codes introduced for the
CALL { ... } IN CONCURRENT TRANSACTIONS DISJOINT BY syntax (CIP-260):
- 42N7A: DISJOINT BY requires concurrent transactions
- 42N7B: non-deterministic DISJOINT BY expression
- 42N7C: subquery in DISJOINT BY expression
Source of truth is the neo4j repo (GqlStatusInfoCodes). No new
parameters, so the glossary is unchanged.
RUN-1077
Collaborator
|
This PR includes documentation updates New pages: Updated pages: |
renetapopova
requested changes
Jun 4, 2026
| = 42N7A | ||
|
|
||
| == Status description | ||
| error: syntax error or access rule violation - disjoint by requires concurrent transactions. `DISJOINT BY` can only be used in `CALL { ... } IN CONCURRENT TRANSACTIONS`. |
Collaborator
There was a problem hiding this comment.
I see that in the monorepo, you have used ' and not backticks. We can either use backticks in both places or just here (where it makes sense) with no quotes in the monorepo. Ideally, we would like to test all code descriptions against neo4j to make sure that all codes are documented and are correct. In that sense, we will use backticks only for docs' rendering purposes and skip them in the test.
Could you also add examples to these codes, similar to the other codes, for example, 42N81?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document the three new GQLSTATUS error codes introduced for the CALL { ... } IN CONCURRENT TRANSACTIONS DISJOINT BY syntax (CIP-260):
Source of truth is the neo4j repo (GqlStatusInfoCodes). No new parameters, so the glossary is unchanged.
RUN-1077