How to fetch all related records (LINK / LINKSET) in a case if two or more
links point to same record ?
*Example:*
Lets say the class (A) have links createByUser, modifiedByUser and
allUserspointing to same record (#10:3) of OUser class.
If we specify FETCHPLAN ("*:-1") to fetch deep level records, only one link
is expanded (allUsers), rest other two (createByUser, modifiedByUser) are
not expanded. The reason for this is that all three link points to same
OUser record.
SELECT FROM A FETCHPLAN *:-1
*Query:*
In above case, how to expand all three links even if they are pointing to
same record ?
Regards,
Gaurav
--
---
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.