[
https://issues.apache.org/jira/browse/TINKERPOP3-603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette updated TINKERPOP3-603:
----------------------------------------
Affects Version/s: (was: 3.0.0.GA)
> 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
> 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)