pieter martin created TINKERPOP3-603:
----------------------------------------
Summary: Support creating a traversal from Vertex and Edge ids, or
from Vertices or Edges
Key: TINKERPOP3-603
URL: https://issues.apache.org/jira/browse/TINKERPOP3-603
Project: TinkerPop 3
Issue Type: Bug
Components: structure
Affects Versions: 3.0.0.GA
Reporter: pieter martin
Currently if elements are passed to
{code}
g.V(v1,v2,v3)
{code}
they are converted to their ids and reloaded.
Instead a traversal should be created with the given elements.
The parameters should be either ids or elements. A mixed array will throw an
exception.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)