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

Fixes #4246: Add apoc.node.match and apoc.relationship.match procedures #4277

Merged
merged 5 commits into from
Dec 11, 2024

Conversation

vga91
Copy link
Collaborator

@vga91 vga91 commented Dec 6, 2024

Fixes #4246

Replicated the flow of the apoc.node.merge and apoc.relationship.merge procedures,
modifying the query to perform a match instead of a merge.

@vga91 vga91 marked this pull request as draft December 6, 2024 09:01
@vga91 vga91 marked this pull request as ready for review December 11, 2024 13:36
@vga91
Copy link
Collaborator Author

vga91 commented Dec 11, 2024

Changed import org.apache.commons.collections.MapUtils; with import apoc.util.ExtendedMapUtils; to avoid the ClassNotFound error

@RobertoSannino RobertoSannino merged commit 717efc5 into dev Dec 11, 2024
5 checks passed
@RobertoSannino RobertoSannino deleted the issue-4246 branch December 11, 2024 17:00
vga91 added a commit that referenced this pull request Dec 11, 2024
…es (#4277)

* Fixes #4246: Add apoc.node.match and apoc.relationship.match procedures

* fix tests

* fix tests

* changed procedure naming

* fix apache commons error and added docs with load json
vga91 added a commit that referenced this pull request Dec 11, 2024
…es (#4277)

* Fixes #4246: Add apoc.node.match and apoc.relationship.match procedures

* fix tests

* fix tests

* changed procedure naming

* fix apache commons error and added docs with load json
vga91 added a commit that referenced this pull request Dec 12, 2024
#4303)

* Fixes #4246: Add apoc.node.match and apoc.relationship.match procedures (#4277)

* Fixes #4246: Add apoc.node.match and apoc.relationship.match procedures

* fix tests

* fix tests

* changed procedure naming

* fix apache commons error and added docs with load json

* removed duplicated procs in extended.txt
vga91 added a commit that referenced this pull request Jan 16, 2025
…rocedures (#4277)

* Fixes #4246: Add apoc.node.match and apoc.relationship.match procedures

* fix tests

* fix tests

* changed procedure naming

* fix apache commons error and added docs with load json
vga91 added a commit that referenced this pull request Jan 16, 2025
…rocedures (#4277)

* Fixes #4246: Add apoc.node.match and apoc.relationship.match procedures

* fix tests

* fix tests

* changed procedure naming

* fix apache commons error and added docs with load json
vga91 added a commit that referenced this pull request Jan 17, 2025
…rocedures (#4277)

* Fixes #4246: Add apoc.node.match and apoc.relationship.match procedures

* fix tests

* fix tests

* changed procedure naming

* fix apache commons error and added docs with load json
vga91 added a commit that referenced this pull request Jan 17, 2025
…rocedures (#4277)

* Fixes #4246: Add apoc.node.match and apoc.relationship.match procedures

* fix tests

* fix tests

* changed procedure naming

* fix apache commons error and added docs with load json
vga91 added a commit that referenced this pull request Jan 17, 2025
…rocedures (#4277)

* Fixes #4246: Add apoc.node.match and apoc.relationship.match procedures

* fix tests

* fix tests

* changed procedure naming

* fix apache commons error and added docs with load json
vga91 added a commit that referenced this pull request Jan 17, 2025
…rocedures (#4277)

* Fixes #4246: Add apoc.node.match and apoc.relationship.match procedures

* fix tests

* fix tests

* changed procedure naming

* fix apache commons error and added docs with load json
vga91 added a commit that referenced this pull request Jan 20, 2025
…rocedures (#4277) (#4330)

* Fixes #4246: Add apoc.node.match and apoc.relationship.match procedures

* fix tests

* fix tests

* changed procedure naming

* fix apache commons error and added docs with load json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants