Skip to content

Open Cypher - Parameter not Supported in Node Syntax #3556

Description

@ironluca

I am using 26.2.1
I noticed in Open Cypher queries parameters are not supported in the node construct ()

String query="MATCH (b:B {x:$x}) RETURN b";//Parameters don't work here
String query="MATCH (b:B) WHERE b.x=$x RETURN b";//Parameters work here

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