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
It seems that contains is a reserved word for cypher? @neo4j> MATCH(n: acs_acs_sls_project { entity_id : "6a24371ccf3174d119a805b38f0397da"})-[e:contains]->(b) return b limit 10;
ErrorCode: CYPHER_INVALID_SYNTAX
Message: syntax error occurs at [line: 1, column: 87]; msg is: [no viable alternative at input '-[e:contains']
EC: 03-0101
QueryId: 16018829599250355157
The text was updated successfully, but these errors were encountered:
/cc @shirly121, this issus/pr has had no activity for for a long time, could you folks help to review the status ?
To suppress further notifications,
for issues,
if it is waiting for further response from the reporter/author, please help to add the label requires-further-info,
if you have already started working on it, please add the label work-in-progress to the issue,
if this issue requires further designing discussion and not in current plan, or won't be fixed, please add the label requires-further-discussion or wontfix to the issue,
for pull requests,
if you are still working on it and it is not ready for reviewing, please convert this pull request as draft PR,
if you have decided to hold this development on, please add the requires-further-discussion label to the pull request.
Thanks!
It seems that
contains
is a reserved word for cypher?@neo4j> MATCH(n: acs_acs_sls_project { entity_id : "6a24371ccf3174d119a805b38f0397da"})-[e:contains]->(b) return b limit 10;
ErrorCode: CYPHER_INVALID_SYNTAX
Message: syntax error occurs at [line: 1, column: 87]; msg is: [no viable alternative at input '-[e:contains']
EC: 03-0101
QueryId: 16018829599250355157
The text was updated successfully, but these errors were encountered: