You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2020. It is now read-only.
The problem was that in an ODM you have the concept of moving nodes, and when you are moving nodes order becomes important. e.g. you move node-a to node-b then create a new node-a in the same transaction, it is then necessary to perform the node-a move before creating the new node-a. The current PHPCR-ODM logic doesn't do this, and breaks.
Can you offer any advice on solving this problem - would this be possible with this library? Do you think an operations queue is a good idea? /cc @dbu@lsmith77