Hi,
I am migrating from version 1.6 to 1.7.8. In version 1.6 to create a vertex
'user' following is the ofunction layout used:
var content = request.getContent();
return gdb.command("create vertex user content " + content);
This function would return me the actual vertex rid of the user created.
Modified the above ofunction to be compatiable with version 1.7.8
var content = request.getContent();
orient.getGraph().command("sql","create vertex user content " + content);
The above function when executed gives me virtual rid of the user created
(i.e something like #28:-2 )
I need the rid of the actual record created.
Is there any configuration changes or some other way to create vertex so it
will return me the rid of the newly created vertex.
Please suggest on this.
Thanks & Regards,
Chinmay Shrikhande
--
---
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.