Hello, I'm wondering if it is possible (or will be possible) to update vertex properties and create/delete edges in the same transaction (Java Graph API).
Right now, if I start a transaction, update some vertex properties and then say, create an edge, I get a warning in the log basically saying that creating edges needs to be done in a different transaction and will automatically commit the previous transaction for me and THEN start a new one, where edges are created. The reason this is interesting for me, is if it can all be done inside a single transaction, then, if there are issues somewhere down along the line, it can all be safely rolled back. Thanks, Mihai -- --- 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.
