We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I undertstand it seems like a silly problem, but I think it is a bug.
The function should not delete the label.
The function deletes the label.
CREATE (n:Label)
CALL apoc.refactor.rename.label("Label", "Label")
Currently used versions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: