in many cases i have a transaction and inside this transaction i have to create a new document and then to bind it to another document.
when you create a new document, it has a invalid id until you make a commit. Is there other solutions? The solution acctually is : to make a commit after document creation and in case of rollback i have to remove document manually but is there other better solution ? for example if i create a nested transaction for the document creation i can have correct it ? -- --- 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.
