Project

General

Profile

Feature #778

Updated by Elmer de Looff almost 12 years ago

For the situations where only A versioned record without a single value needs version tracking, and not a whole set of them, _RECORD_KEY chould have the @_RECORD_KEY@ could be explicitly set to @None@. The [[Model#VersionedRecord]] would then exhibit the following behaviour:

* When loading, it would return the record with the highest heighest autoincrement primary key value ID
* When saving a change, it would insert a new record, using the autoincrement primary key field with a new highest auto incremented ID.

This could be usefull for versioned settings/config tables.

Back