Skip to content

Return Order Doesn't Match Query Order #3475

@pwitherton

Description

@pwitherton

On ArcadeDB Version: 26.2.1.2. With this query:

MATCH (n:Person)-[r:spouseOf]->(m:Person)
WHERE n.nameFamily='Smith' AND n.nameGiven='Joseph'
RETURN n, r.marriageDate, r.divorceDate, m

-- Open Cypher it returns: the results in this order: r.marriageDate, r.divorceDate, n, m

-- old Cypher returns in this order: n, r.marriageDate, r.divorceDate, m

Open Cypher should return it in the same order as the original cypher query engine.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions