Re: [Neo4j] Are Relationships Singleton?

2010-08-18 Thread Martin Neumann
Hi, Neo4j is a multi graph -> there can exist multiple relationships between two nodes even with the same type and direction. Each relationship has a unique ID so you can tell them apart. Whats your error message in detail? cheers Martin On Wed, Aug 18, 2010 at 9:54 PM, Marius Kubatz wrote: >

[Neo4j] Are Relationships Singleton?

2010-08-18 Thread Marius Kubatz
Hi! I have a very stupid question... Is it ensured that a relationship between two Nodes stays a singleton, even if another relationship of the same type and direction is added between those Nodes? Sometimes I get strange results when I delete nodes, that's why I ask. Thanks in advance and best