Ok, thank you.
What alternatives do I have now since this feature is not supported by SQL?
Can I use Java Blueprints api to manually traverse?
The Java Blueprints API seems to work fine.

On Monday, June 1, 2015 at 8:58:04 AM UTC-4, Emin Agassi wrote:
>
> Hello All
> I am traversing a Graph that has some common Vertices. When I execute 
> traverse, I only see one instance of the common Vertix versus several.
> For example,
>
> A -> B
> C -> B
>
> After traverse, I only see the following result:
>
> A
> C
> B (common and pointed to by A and C)
>
> I would like to see the duplicate Vertix in the result as follows:
>
> A
> B (Common to A and C)
> C
> B (Common to A and C)
>
> Is there a method to achieve this or Traverse always returns Distinct 
> Vertices?
>
> Thank you
> Emin
>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to