You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hit an issue. It might be due to using newer version of Neo4j and it seems to with support library.
Error below.
py2neo.database.ClientError: SyntaxError: The old parameter syntax {param} is no longer supported. Please use $param instead (line 1, column 32 (offset: 31))
"MATCH (_:Group) WHERE _.name = {1} RETURN _"
The text was updated successfully, but these errors were encountered:
I hit an issue. It might be due to using newer version of Neo4j and it seems to with support library.
Error below.
py2neo.database.ClientError: SyntaxError: The old parameter syntax
{param}
is no longer supported. Please use$param
instead (line 1, column 32 (offset: 31))"MATCH (_:Group) WHERE _.name = {1} RETURN _"
The text was updated successfully, but these errors were encountered: