Hi:

I save a new document   A which returns with new RID 
and I try to update another document B that has linklist of A
with update B add B_linklist = newARid.

the two steps are done within the same transaction (being and commit)
it fails.   If I first save the document and commit  and then update the 
link
to the new rid, it works.  but obviously, it should be done within the same
traction to maintain integrity.  

I think it is related to the temporary  negative rid assigned during the 
transaction.

Any advice how to accomplish this task? i.e.  create a new child doc and 
update its 
parent linklist.  

Thanks

-- 

--- 
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.

Reply via email to