-
Notifications
You must be signed in to change notification settings - Fork 154
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
Wrap delete operations in subqueries #452
Conversation
Currently blocked by a potential Cypher bug - a dialogue has been opened with the Cypher team. |
Sadly we're not going to be able to get the Cypher bug fix for this ported back to 4.1/4.2, so we're going to have to use an alternative approach until 4.3 becomes our minimum supported version! To get the information in the right place, we have been guided an example of the fix here with subqueries:
Could have an alternative solution something along the lines of:
@mathix420, if you'd like to continue with this work then please feel free to experiment in this space and see if a solution similar to the above still gets the tests you've written here passing. Otherwise, we'll likely continue where this PR left off as one of our next bug fixes. Cheers! |
Superseded by #537, thanks for the work here @mathix420! |
Description
Wrap delete operations in subqueries.
Issue
#440 (comment)
Checklist
The following requirements should have been met (depending on the changes in the branch):