Skip to content

Cannot return arrays in query #1

@m-arch

Description

@m-arch

The simple case where having the two functions, one getter and one setter where the object type is an array or sequence. eg:

-- :name test-func-set :list :1
CREATE (n:Node {value: $value})
RETURN n

-- :name test-func-get 
MATCH (n:Node) RETURN n.value as value

Gives the below error when getting the value:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions