
Neo4j::relationship should not raise Exception if there are no relationships
Reported by Andreas Ronge | September 25th, 2009 @ 10:00 PM | in 0.3.3
NoMethodError: undefined method getId' for
nil:NilClass<br/>
/home/andreas/projects/neo4j/lib/neo4j/mixins/node_mixin.rb:340:in
relationship'
Comments and changes to this ticket
-
Andreas Ronge September 25th, 2009 @ 10:21 PM
- Title changed from Neo4j::relationship should not raise Exception if there are not relationships to Neo4j::relationship should not raise Exception if there are no relationships
-
Andreas Ronge October 13th, 2009 @ 02:45 PM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Neo4j.rb is a graph database framework for JRuby.
It provides:
* Mapping of ruby objects to nodes in networks rather than in tables.
* Storage of ruby object to a file system.
* Fast traversal of relationships between nodes in a hugh node space.
* Transaction with rollbacks support.
* Indexing and quering of ruby objects.
* Integration with Rails
People watching this ticket
Tags
Referenced by
-
200 Rule node creation is not thread safe (from [7620586b977d0f711116fc084a7f4881836d8e95]) Merge p...