Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Done
-
3.0.2-incubating
-
None
Description
TinkerGraph does not support two vertex properties with the same key/value.
gremlin> graph = TinkerGraph.open() ==>tinkergraph[vertices:0 edges:0] gremlin> v = graph.addVertex() ==>v[0] gremlin> v.property("name","marko") ==>vp[name->marko] gremlin> v.property("name","marko") ==>vp[name->marko] gremlin> v.properties("name") ==>vp[name->marko]
I just noted we don't have this as a Feature and we should (w/ respective test cases).
Attachments
Issue Links
- links to