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

Allow DELETE by relationship #78

Open
AvitalTamir opened this issue Aug 31, 2024 · 0 comments
Open

Allow DELETE by relationship #78

AvitalTamir opened this issue Aug 31, 2024 · 0 comments
Labels

Comments

@AvitalTamir
Copy link
Owner

The DELETE implementation is currently partial and allows deleting only nodes that have already been discovered in the MATCH clause.

Ideally we will support deleting by relationship even for nodes not already matched so MATCH (d:deploy) DELETE (d)->(s:service) will be legal.

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

No branches or pull requests

1 participant