Skip to content

[CYPHER] RETURN ALL keyword is accepted but should raise syntax error #3925

Description

@ExtReMLapin

Test: returnAllKeyword (line 255)

Cypher query to execute:

RETURN ALL 1 AS result

Expected behavior:

RETURN ALL 1 should raise a syntax error

ArcadeDB result:

{"1": 1}

Neo4j result:

Neo.ClientError.Statement.SyntaxError: Invalid input '1': expected an expression...

The RETURN ALL keyword without proper expressions should raise a syntax error, but ArcadeDB accepts it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions