You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2015/03/27 14:25:54 UTC

[jira] [Closed] (TINKERPOP3-603) Support creating a traversal from Vertex and Edge ids, or from Vertices or Edges

     [ https://issues.apache.org/jira/browse/TINKERPOP3-603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marko A. Rodriguez closed TINKERPOP3-603.
-----------------------------------------
    Resolution: Implemented
      Assignee: Marko A. Rodriguez

Pull Request from Pieter Martin merged.

> 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: Improvement
>          Components: structure
>            Reporter: pieter martin
>            Assignee: Marko A. Rodriguez
>             Fix For: 3.0.0.GA
>
>
> 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)