Hi Guys I am wondering is possible to get the rid of created document on
server side script created in studio
var gdb = orient.getGraph();
return gdb.command( "sql", "Create Vertex set x = 'x'");
The response is shown
[
{
"@type": "d",
"@rid": "#9:-2",
"@version": 0,
"@class": "V",
"x": "x"
}
]
As you can see the rid is negative.
Is it possible to get actual rid, and use it in the same js script?
--
---
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.