Skip to content

Commit

Permalink
Update guides/providing-services.md
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Görler <[email protected]>
  • Loading branch information
johannes-vogel and agoerler authored Feb 3, 2025
1 parent b5545cb commit 3c954a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/providing-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ DELETE .../Orders/1 -- would also delete all headers and items

Note that deep `WRITE` operations are only supported out of the box if the following conditions are met:

1. The on-condition of the composition only uses `=` operator
2. Expressions are combined with the logical operator `AND`
1. The on-condition of the composition only uses comparison predicates with an `=` operator
2. The predicates are connected with the logical operator `AND`
3. The operands are references or `$self`

Good:
Expand Down

0 comments on commit 3c954a3

Please sign in to comment.