-
Notifications
You must be signed in to change notification settings - Fork 494
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.diff.nodes()
returns list-type properties as different when they are the same
#2992
Closed
Comments
vga91
added a commit
to vga91/neo4j-apoc-procedures
that referenced
this issue
Aug 1, 2022
…ies as different when they are the same
vga91
added a commit
to vga91/neo4j-apoc-procedures
that referenced
this issue
Aug 1, 2022
…ies as different when they are the same
vga91
added a commit
to vga91/neo4j-apoc-procedures
that referenced
this issue
Aug 1, 2022
…ies as different when they are the same
vga91
added a commit
that referenced
this issue
Aug 2, 2022
…ent when they are the same (#3083) * apoc.diff.nodes() returns list-type properties as different when they are the same * code clean
neo4j-oss-build
pushed a commit
that referenced
this issue
Aug 2, 2022
…ent when they are the same (#3083) * apoc.diff.nodes() returns list-type properties as different when they are the same * code clean
neo4j-oss-build
pushed a commit
that referenced
this issue
Aug 2, 2022
…ent when they are the same (#3083) * apoc.diff.nodes() returns list-type properties as different when they are the same * code clean
vga91
pushed a commit
that referenced
this issue
Aug 26, 2022
vga91
added a commit
to neo4j/apoc
that referenced
this issue
Oct 6, 2022
…urns list-type properties as different when they are the same
vga91
added a commit
to neo4j/apoc
that referenced
this issue
Jan 17, 2023
…s() returns list-type properties as different when they are the same
vga91
added a commit
to neo4j/apoc
that referenced
this issue
Jan 30, 2023
…s() returns list-type properties as different when they are the same (#206)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Return list-type properties as
inCommon
when all elements in the list are the same and asdifferent
when the elements are differentActual Behavior
Returns all list-type properties as
different
, no matter if the list elements are the same or notHow to Reproduce the Problem
Simple Dataset
Steps
RETURN apoc.diff.nodes(charlie,hannah)
Screenshots
Specifications
Versions
The text was updated successfully, but these errors were encountered: