Many thanks for your feedback and the link to the beta version.
There is still something I do not understand or miss. is the strategy with anchor modeling to not do any update? so does it mean we have to keep history on all attributes and relationships ? because when I look at the generated code for update trigger (on the beta version), it is still doing insert and in my case it is crashing as there is a key violation when we try to update.
Let's take a stupid example, I have an anchor named person with many attributes. A person gets married and the last name should be changed. how do we manage this change if we do not want to track the history for this kind of change. Do we have to delete the record of the anchor (in many tables not only last name table) for this person and insert again afterward? should we take the same same approach for the ties?
I found a guideline (Anchor-Modeling-Ordina) on which they recommend to use historized attribute ONLY if versioning has a value and it looks like nothing is done to manage update.
Thank you very much for your reply.
Best regards,
Vincent