themetalfleece / neogma

Object-Graph-Mapping neo4j framework, Fully-typed with TypeScript, for easy and flexible node and relationship operations
https://themetalfleece.github.io/neogma/
MIT License
124 stars 12 forks source link

Error // old parameter syntax `{param}` is no longer supported #22

Closed litewarp closed 3 years ago

litewarp commented 3 years ago

I am getting the following error using the 'create' function on queryRunner:

Neo4jError: The old parameter syntax `{param}` is no longer supported. Please use `$param` instead

This is the offending syntax.

Not sure when things switched over, but it now errs.

Screen Shot 2021-06-01 at 12 36 13 AM
themetalfleece commented 3 years ago

Thanks for reporting this bug. I'll get to it soon!

themetalfleece commented 3 years ago

Deployed in 1.9.0, this should no longer be an issue.