Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Could not define a relation with name containts #4317

Open
zhanglei1949 opened this issue Nov 11, 2024 · 0 comments
Open

[BUG] Could not define a relation with name containts #4317

zhanglei1949 opened this issue Nov 11, 2024 · 0 comments
Assignees

Comments

@zhanglei1949
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants