orientdb4r icon indicating copy to clipboard operation
orientdb4r copied to clipboard

Ruby binding for Orient DB

Results 6 orientdb4r issues
Sort by recently updated
recently updated
newest added

The [wiki explains](https://github.com/veny/orientdb4r/wiki/Samples-Document-CRUD#delete), that during `delete_document` an error is raised, if no document exists to the given `rid`. This is because the `response` from [here](https://github.com/veny/orientdb4r/blob/master/lib/orientdb4r/rest/client.rb#L403) is always `""`. It doesn't...

OrientDB changed some of REST responses to better error codes. This commit updates the error code handling and create a couple of new exceptions to correctly handle them. (unfortunately, a...

at the moment the AOP Utils work only with currently NOT defined methods. e.g. method lib/client#create_class

bug