Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.1.1-incubating
Description
As discussed in this topic: https://groups.google.com/forum/#!topic/gremlin-users/Kz2bOeAeqh4
It will ensure the same behavior between g.V().hasId(id) vs. g.V(id) and graph.vertices(id)
Attachments
Issue Links
- requires
-
TINKERPOP-1048 Vertex lookups by id are inconsistent
- Open