Skip to content

Change Tracking with Default Values for Properties #170

@tsteckenborn

Description

@tsteckenborn

Hi there,

This is more of a note as I'm unsure of the intended behaviour.

Currently when you've got a property with a default value under change tracking you'll get no entry in case you don't provide a value. In case you supply a value, you'll get an entry with the create modification.

So e.g. if there's something in that direction:

entity Something {
    key ID                   : UUID;
       @changelog SomeFlag               : Association to Flag default 'X';
}

As far as I can see if you don't provide the value for SomeFlag you'll not get a create change entry.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions