Single thread it should work. Multi threaded you'd have to lock the two nodes first. Eg by removing one non-existant property
Von meinem iPhone gesendet Am 31.03.2016 um 21:55 schrieb Eric Fulton <[email protected]>: >> So in this case, the query is actually a MERGE. > > MATCH (a:SecretObject {uid: {1}}),(b:SecretObject {uid: {2}}) "MERGE > (a)<-[r:`%s`]-(b) > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
