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

[pLz5YbCW] add checks for node labels and relationship types for apoc.merge procedures #3806

Merged
merged 4 commits into from
Oct 25, 2023

Conversation

nadja-muller
Copy link
Contributor

@nadja-muller nadja-muller commented Oct 24, 2023

apoc.merge.node:

  • if labelNames null is newly considered as an empty label
  • if labelNames contains null values, it is considered as incorrect input
  • if labelNames contains among others an empty string, it is considered as incorrect input

apoc.merge.relationship:

  • if relationship type is null, it is considered as incorrect input
  • if relationship type is empty, it is considered as incorrect input

cherry-pick: neo4j/apoc#506

@nadja-muller nadja-muller added cherry-picked This PR has been cherry-picked to the other active branches 4.4 labels Oct 24, 2023
@nadja-muller nadja-muller force-pushed the 4.4-merge-null-nodes-and-rel branch from 154f6ca to 73770f3 Compare October 24, 2023 17:14
@nadja-muller nadja-muller force-pushed the 4.4-merge-null-nodes-and-rel branch from 73770f3 to b2e68ed Compare October 24, 2023 17:17
@nadja-muller nadja-muller merged commit 2305371 into 4.4 Oct 25, 2023
11 checks passed
@nadja-muller nadja-muller deleted the 4.4-merge-null-nodes-and-rel branch October 25, 2023 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.4 cherry-picked This PR has been cherry-picked to the other active branches
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant