vertexdb icon indicating copy to clipboard operation
vertexdb copied to clipboard

C based graph db server using tokyocabinet & libevent

Results 9 vertexdb issues
Sort by recently updated
recently updated
newest added

When compiling vertexdb on GNU/Linux with gcc:4.63 and Yajl 2.0.3+, I get these errors: -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check...

When it succeeds, it should return null When it fails, it should set the status to 500 (which it does) and return the error message for the request that failed...

http://localhost:8080/accounts/foo?action=select&op=values&whereKey=_bar&whereValue=baz returns 1 value when it should return none and returns 2 values when it should return 1.

?action=select&after=2009-10-25@02:52:28.008640&op=count returns 0 when it should return 1

There's a check in "write" that prevents clients from creating empty files. Is there a plan to remove the check, or to add an action to create a file? I...

./Vertex -db tc.db -pid Vertex.pid Files are always created in /

It's possible to create a file and a directory with the same name. The key does not show up in op pairs/keys when there's a directory with the same name....