10,571
edits
(→Sync log notation: add example with diagnostic log enabled) |
|||
Line 298: | Line 298: | ||
Understand the difference between '''Sequence''' and '''Relations'''. For example: | Understand the difference between '''Sequence''' and '''Relations'''. For example: | ||
:<syntaxhighlight> | :<syntaxhighlight lang='text'> | ||
Sequence: Entity1 < Entity2 < Entity3 | Sequence: Entity1 < Entity2 < Entity3 | ||
Relations: Entity1 < Entity2, Entity2 < Entity3 | Relations: Entity1 < Entity2, Entity2 < Entity3 | ||
Line 306: | Line 306: | ||
If Entity2 does not exist (or has no changes), then we are left with this: | If Entity2 does not exist (or has no changes), then we are left with this: | ||
:<syntaxhighlight> | :<syntaxhighlight lang='text'> | ||
Sequence: Entity1 < Entity3 | Sequence: Entity1 < Entity3 | ||
Relations: - (nothing) | Relations: - (nothing) | ||
Line 312: | Line 312: | ||
Another important difference between above rules is that '''Sequence''' can't express multi-child relations, e.g. | Another important difference between above rules is that '''Sequence''' can't express multi-child relations, e.g. | ||
:<syntaxhighlight> | :<syntaxhighlight lang='text'> | ||
Relations: Entity1 < Entity3, Entity2 < Entity3 | Relations: Entity1 < Entity3, Entity2 < Entity3 | ||
</syntaxhighlight> | </syntaxhighlight> |