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

apoc.refactor.rename.label delets label if oldLabel is equal to newLabel #2646

Closed
NicolaAggio opened this issue Mar 17, 2022 · 0 comments
Closed

Comments

@NicolaAggio
Copy link

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)

CREATE (n:Label)

Steps (Mandatory)

  1. CALL apoc.refactor.rename.label("Label", "Label")

Screenshots (where it's possibile)

Specifications (Mandatory)

Currently used versions

Versions

  • OS: Windows 11
  • Neo4j: 4.4.3
  • Neo4j-Apoc: 4.4.0.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants