orientechnologies / orientdb-gremlin

TinkerPop3 Graph Structure Implementation for OrientDB
Apache License 2.0
93 stars 32 forks source link

Enable remove vertices feature #23

Closed velo closed 8 years ago

velo commented 9 years ago

We do have it implemented, but right now is not tested.

Basically we need to remove OrientVertexFeatures.supportsRemoveVertices() https://github.com/mpollmeier/orientdb-gremlin/blob/master/driver/src/main/java/org/apache/tinkerpop/gremlin/orientdb/ODBFeatures.java#L60

But them, tests enter in an infinite loop!

velo commented 8 years ago

Done in https://github.com/mpollmeier/orientdb-gremlin/commit/2dc0dc7bc6279844518d4d34abcbee72cf3803f8#diff-7c82607af21d8e9ec4c975edf6e7a92dL89