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 #26

Closed
neo-technology-build-agent opened this issue Aug 31, 2022 · 0 comments · Fixed by #209
Closed

Comments

@neo-technology-build-agent
Copy link
Collaborator

Issue by NicolaAggio
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)

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
vga91 added a commit that referenced this issue Oct 12, 2022
vga91 added a commit that referenced this issue Oct 12, 2022
vga91 added a commit that referenced this issue Oct 19, 2022
vga91 added a commit that referenced this issue Oct 19, 2022
vga91 added a commit that referenced this issue Oct 20, 2022
vga91 added a commit to vga91/neo4j-apoc-procedures that referenced this issue Oct 20, 2022
vga91 added a commit to vga91/neo4j-apoc-procedures that referenced this issue Oct 20, 2022
vga91 added a commit to neo4j-contrib/neo4j-apoc-procedures that referenced this issue Oct 20, 2022
vga91 added a commit to vga91/neo4j-apoc-procedures that referenced this issue Oct 20, 2022
vga91 added a commit to neo4j-contrib/neo4j-apoc-procedures that referenced this issue Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant