-
Notifications
You must be signed in to change notification settings - Fork 30
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.refactor.rename.label delets label if oldLabel is equal to newLabel #26
Comments
vga91
added a commit
to vga91/neo4j-apoc-procedures
that referenced
this issue
Oct 20, 2022
…el if oldLabel is equal to newLabel (#209)
vga91
added a commit
to vga91/neo4j-apoc-procedures
that referenced
this issue
Oct 20, 2022
…el if oldLabel is equal to newLabel
vga91
added a commit
to vga91/neo4j-apoc-procedures
that referenced
this issue
Oct 20, 2022
…el if oldLabel is equal to newLabel
vga91
added a commit
to neo4j-contrib/neo4j-apoc-procedures
that referenced
this issue
Oct 20, 2022
…el if oldLabel is equal to newLabel (#3239)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thursday Mar 17, 2022 at 11:24 GMT
Originally opened as neo4j-contrib/neo4j-apoc-procedures#2646
I undertstand it seems like a silly problem, but I think it is a bug.
Expected Behavior (Mandatory)
The function should not delete the label.
Actual Behavior (Mandatory)
The function deletes the label.
How to Reproduce the Problem
Simple Dataset (where it's possibile)
Steps (Mandatory)
CALL apoc.refactor.rename.label("Label", "Label")
Screenshots (where it's possibile)
Specifications (Mandatory)
Currently used versions
Versions
The text was updated successfully, but these errors were encountered: