Versioned on class
(Created page with "When you set Versioned on a class we never use sql-command-update or delete for that class. Instead we use insert with TimeStampStart and TimeStampStop added as non-attribute-...")
 
No edit summary
Line 1: Line 1:
When you set Versioned on a class we never use sql-command-update or delete for that class. Instead we use insert with TimeStampStart and TimeStampStop added as non-attribute-db-columns.
When you set Versioned on a class we never use sql-command-update or delete for that class. Instead we use insert with TimeStampStart and TimeStampStop added as non-attribute-db-columns.


You can now track all the changes done on an object - and retrieve old versions of that object with operators like allInstancesAtTime, atTime
You can now track all the changes done on an object - and retrieve old versions of that object with operators like [[OCLOperators allInstancesAtTime|allInstancesAtTime]], atTime

Revision as of 16:00, 19 February 2022

When you set Versioned on a class we never use sql-command-update or delete for that class. Instead we use insert with TimeStampStart and TimeStampStop added as non-attribute-db-columns.

You can now track all the changes done on an object - and retrieve old versions of that object with operators like allInstancesAtTime, atTime

This page was edited 114 days ago on 01/11/2024. What links here