OrientDB 1.7 (also failed on snapshots)

I have a strange issue with the size() function in an SQL query.  It's 
happening in a very basic database but not in my unit test... and possibly 
on Windows only.

Here's the basic schema:
A -AtoB-> B
A -AtoC-> C

Starting from B, navigate B->A->C and count C.
Query:
select in('AtoB').out('AtoC').size() from B

When the size is greater than at least greater than 67 and definitely 80 
and above, the size comes back as 0.  If I change the query to:
select in_AtoB.out_AtoC.size() from B

It always returns the correct count but this is not a good syntax to use 
since it will return null when no Cs exist not to mention that it's relying 
on the graph implementation specific properties...

I've tried recreating the database with the same issue.  I can't share the 
problematic database and am trying to create a reproducible case but in the 
meantime, any ideas as to how this could happen?

-- 

--- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to