z5labs/gogm

Cypher v4 compatibility: remove usages of {param} parameters

nikitawootten opened this issue · 0 comments

{param} parameters are deprecated in Neo4j 3.x and have been removed entirely as of Neo4j 4.0 (see https://neo4j.com/docs/cypher-manual/current/deprecations-additions-removals-compatibility/#cypher-deprecations-additions-removals-4.0). There are usages of the old {param} syntax throughout the project that should be replaced with the new $param syntax.

Some concrete examples that cause failures (probably not all of them):

This issue also affects any usages of parameters from within the DSL (mindstand/go-cypherdsl):