neueda / jetbrains-plugin-graph-database-support

Graph Databases support for JetBrains family IDEs.
Apache License 2.0
221 stars 56 forks source link

Problem with params in v 2.5.0 #53

Closed fancellu closed 7 years ago

fancellu commented 7 years ago

With query

match (n:Person {name: $x}) return n;

and with json

{"x" : "Arthur"}

I get an error message:

Error occurred: Expected a parameter named x

FylmTM commented 7 years ago

Hi @fancellu ,

Looks weird. I will check tomorrow and get back to you with some information on this.

FylmTM commented 7 years ago

It works correctly in latest release.