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

Rebind for deletedNodes and deletedRelationships is disabled in the code #64

Closed
neo-technology-build-agent opened this issue Sep 1, 2022 · 3 comments

Comments

@neo-technology-build-agent
Copy link
Collaborator

Issue by magaton
Wednesday Nov 24, 2021 at 19:39 GMT
Originally opened as neo4j-contrib/neo4j-apoc-procedures#2375


neo4j-contrib/neo4j-apoc-procedures@80397b7#r60829647

@hvub
Copy link
Collaborator

hvub commented Nov 19, 2024

Can any one elaborate what this issues is about? What is the problem/expectation w.r.t. APOC?

@hvub hvub added the Processed label Nov 25, 2024
@gem-neo4j
Copy link
Contributor

Hi! This is no longer commented in the code, and looks like it was fixed here :)

@gem-neo4j
Copy link
Contributor

@hvub entities contain their own transaction, if you have found them in one transaction and want to access them in another, they need to be "rebound" otherwise when working with them, you will get errors as the old transaction is most likely closed. However, for this case, there seems to have been issues with rebinding deleted nodes based on which phase the trigger was on, so the person who fixed this makes sure to only rebind them in certain trigger phases (I haven't looked more into that part) :)

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

No branches or pull requests

3 participants