Re: [Neo4j] Self-referencing relationships anyone?

2010-06-18 Thread Niels Hoogeveen
Very nice. This allows in the meta model to directly implement singleton classes. > From: tobias.ivars...@neotechnology.com > Date: Fri, 18 Jun 2010 13:23:40 +0200 > To: user@lists.neo4j.org > Subject: [Neo4j] Self-referencing relationships anyone? > > Hi all! > > I

Re: [Neo4j] Self-referencing relationships anyone?

2010-06-18 Thread Rick Bullotta
: [Neo4j] Self-referencing relationships anyone? Hi all! I was playing around with adding support for relationships where the start node and end node are the same. I managed to come up with a nice litte patch that adds support for this to the current development version (trunk) of Neo4j. If anyone is

[Neo4j] Self-referencing relationships anyone?

2010-06-18 Thread Tobias Ivarsson
Hi all! I was playing around with adding support for relationships where the start node and end node are the same. I managed to come up with a nice litte patch that adds support for this to the current development version (trunk) of Neo4j. If anyone is feeling adventurous and want to try it out I