Hello, I'm trying to create a vertex and edge with a single SQL query in console. The command is very straightforward:
create edge E from (create vertex V) to (create vertex V) I got the following error: Error: com.orientechnologies.orient.core.exception. OCommandExecutionException: Cannot execute non idempotent command Did I miss something? It's a clean graph database on OrientDB v2.0.6. Btw. Is there any way to access @rid of last inserted vertex from within SQL code? I tried with *insert into (..) return @rid*, but with no luck.. -- --- 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.
