OrientR icon indicating copy to clipboard operation
OrientR copied to clipboard

How do I retrieve/see the rid?

Open abeburnett opened this issue 7 years ago • 1 comments

When I do a simple query to select all vertices:

select from V

The record set which comes back is missing the metadata (rid, class, version). How do I retrieve this information? When I run the same query in OrientDB Studio I automatically get the metadata associated with every vertex.

I think I need this data in order to do anything practical because otherwise all my edges don't know what nodes they map to.

Please advise!

Thank you!

abeburnett avatar Jul 05 '18 16:07 abeburnett

Hi Abe,

I just saw this. I haven't used this for such a long while that I have difficulty remembering. If I remember correctly you have to pass the parameter rm.meta = F to the runQuery function.

Hope this helps.

retrography avatar Jul 30 '18 22:07 retrography