Some parent updates are required before inserts
The following typical use case currently is not possible:
- There is an entity to be inserted that references an existing file object with a specific parent.
- The parent is added to the file entity in the same run, but as an update.
This fails, because inserts and updates are not carried out simultaneously, but the inserts are processed first. CaosDB will complain about the wrong parent of the referenced file.