Re: [Neo] Cleaning up relationshiptypes

2010-04-25 Thread Mattias Persson
2010/4/25 Niels Hoogeveen pd_aficion...@hotmail.com I see the deeper issue to the cleanup problem is the fact that it is impossible to list all Relationships of a RelationshipType, which of course has several more use cases. It's conceivable in certain applications it is desirable to add a

Re: [Neo] Checking if relationship exists between two nodes

2010-04-25 Thread Rick Bullotta
Cool, Mattias. I just ran into that requirement again today. This is also another good case for the cached/persisted number of relationships counter on a node that has also been discussed. It would enable the optimization to occur automatically. Another API function that would be useful (though

Re: [Neo] Checking if relationship exists between two nodes

2010-04-25 Thread Mattias Persson
2010/4/25, Rick Bullotta rick.bullo...@burningskysoftware.com: Cool, Mattias. I just ran into that requirement again today. This is also another good case for the cached/persisted number of relationships counter on a node that has also been discussed. It would enable the optimization to

Re: [Neo] Neoclipse questions

2010-04-25 Thread David Sulc
Thanks for answering my questions, Anders. I must admit I didn't think of selecting two nodes before trying to add a relationship between them. I guess I thought I'd be prompted to select the end node during the relationship creation... Thanks again for clearing that up ! Hi David! David

Re: [Neo] Cleaning up relationshiptypes

2010-04-25 Thread Niels Hoogeveen
My observation Nodes and Relationships are not treated on equal footing very much pertains to the 1.0 version, and I am glad to see the directions being taken with regards to the 1.1 version. I did follow the discussion about the new traverser framework, so I was aware it would become

Re: [Neo] Checking if relationship exists between two nodes

2010-04-25 Thread Tobias Ivarsson
On Sun, Apr 25, 2010 at 10:42 PM, Mattias Persson matt...@neotechnology.com wrote: 2010/4/25, Rick Bullotta rick.bullo...@burningskysoftware.com: Cool, Mattias. I just ran into that requirement again today. This is also another good case for the cached/persisted number of relationships

Re: [Neo] Neoclipse questions

2010-04-25 Thread Anders Nawroth
Hi! OK, I never thought about it that way, good input! BTW the relationship will start at the node you select first. /anders David Sulc wrote: Thanks for answering my questions, Anders. I must admit I didn't think of selecting two nodes before trying to add a relationship between them. I

Re: [Neo] Checking if relationship exists between two nodes

2010-04-25 Thread Rick Bullotta
Hi, Tobias. I was only referring to the case when it was the intent to delete the node also. In that case, you *have* to delete all the relationships to the node in order to delete the node. No worries, it is easy enough to implement! -Original Message- From: