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

constraint issue (create before delete) with mergeNodes #303

Closed
jexp opened this issue Mar 4, 2017 · 2 comments
Closed

constraint issue (create before delete) with mergeNodes #303

jexp opened this issue Mar 4, 2017 · 2 comments
Assignees

Comments

@jexp
Copy link
Member

jexp commented Mar 4, 2017

Failed to invoke procedure apoc.refactor.mergeNodes: Caused by: org.neo4j.graphdb.ConstraintViolationException: Node 1250 already exists with label Organization and property "name"=[INVESCO, LTD.]

we need to delete the node first (or at least the key property) before creating a new one

@inserpio
Copy link
Contributor

inserpio commented Apr 7, 2017

We could backup the information into a VirtualNode + List, delete the source and copy from Virtual to target.

@jexp
Copy link
Member Author

jexp commented Apr 7, 2017 via email

DanielBerton pushed a commit to AngeloBusato/neo4j-apoc-procedures that referenced this issue Apr 14, 2017
DanielBerton pushed a commit to AngeloBusato/neo4j-apoc-procedures that referenced this issue Apr 14, 2017
DanielBerton pushed a commit to AngeloBusato/neo4j-apoc-procedures that referenced this issue Apr 14, 2017
DanielBerton pushed a commit to AngeloBusato/neo4j-apoc-procedures that referenced this issue Apr 19, 2017
@jexp jexp closed this as completed in 16ea4a1 Apr 19, 2017
albertodelazzari pushed a commit to albertodelazzari/neo4j-apoc-procedures that referenced this issue Jun 28, 2017
ncordon pushed a commit to ncordon/neo4j-apoc-procedures that referenced this issue Nov 1, 2023
…j-contrib#303)

* [ROQ0fkdz] Reduce the number of transactions we use in triggers

* [ROQ0fkdz] Open new transaction only when needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants