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 #1436: duplicate nodes in apoc.export.csv.graph from a apoc.create.graph #1507

Merged
merged 1 commit into from
May 12, 2020

Conversation

conker84
Copy link
Contributor

Fixes #1436

The VirtualGraph doesn't manage duplicate entities.

Proposed Changes (Mandatory)

A brief list of proposed changes in order to fix the issue:

  • Transformed nodes and relationships field of VirtualGraph into Sets
  • Added test case

@mneedham mneedham merged commit 189846b into neo4j-contrib:4.0 May 12, 2020
mneedham pushed a commit that referenced this pull request May 14, 2020
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

Successfully merging this pull request may close these issues.

duplicate nodes in apoc.export.csv.graph from a apoc.create.graph
2 participants