
BUG: GET /nodes/classname missing out nodes with no properties
Reported by Andreas Ronge | July 14th, 2009 @ 11:20 PM | in 0.3.1
Comments and changes to this ticket
-
Andreas Ronge July 14th, 2009 @ 11:38 PM
(from [32717bd67b138090e0f234fccaf4fc5901ab80b4]) Fixed REST bugs and a lucene bug [#54] [#55] [#56] [#57] Found and fixed by Martin Kleppmann
http://github.com/andreasronge/neo4j/commit/32717bd67b138090e0f234f... -
Andreas Ronge July 21st, 2009 @ 09:06 AM
- 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
-
54 Bug - Lucene sorting caused exception if there were no documents (from [32717bd67b138090e0f234fccaf4fc5901ab80b4]) Fixed R...
-
55 BUG: GET /nodes/classname missing out nodes with no properties (from [32717bd67b138090e0f234fccaf4fc5901ab80b4]) Fixed R...
-
56 Bug - exception on GET /nodes/classname/rel if rel is a has_one relationship (from [32717bd67b138090e0f234fccaf4fc5901ab80b4]) Fixed R...
-
57 Fix a messy exception on GET /nodes/UnknownClassName (from [32717bd67b138090e0f234fccaf4fc5901ab80b4]) Fixed R...