Skip to content

List comprehension as property constraint of MERGE clause errors out #1611

@MuhammadTahaNaveed

Description

@MuhammadTahaNaveed

Describe the bug
List comprehension as property constraint of MERGE clause errors out.

How are you accessing AGE (Command line, driver, etc.)?

  • command line

What is the command that caused the error?

SELECT * from cypher('graph_name', $$
  MERGE ({list:[u IN [1,2,3]]})
$$) as (a agtype);
ERROR:  Aggref found in non-Agg plan node

Expected behavior
Should execute without any error.

Environment (please complete the following information):

  • Version: latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingoverride-staleTo keep issues/PRs untouched from stale action

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions