-
Notifications
You must be signed in to change notification settings - Fork 495
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
Apoc.trigger.propertiesByKey adding a dynamic label based on newValue vs oldValue does not work #395
Comments
Seems like the issue is with adding dynamic labels in trigger.
|
…ic label based on newValue vs oldValue does not work
Hi @tomasonjo the problem has been partially resolved, you are trying to update a property when the transaction has been committed |
…ic label based on newValue vs oldValue does not work (neo4j-contrib#434)
I have been playing around with apoc.trigger. I created a (a:Test{number:5}) and below query for apoc.trigger, then tried to set the number different, and it does not update labels as it should. Tried out only inner statement with hardcoded values and it works. Using Neo4j 3.1.3 and APOC 3.1.3.6. Nothing in debug.log
The text was updated successfully, but these errors were encountered: