Skip to content

Commit

Permalink
Update providing-services.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-vogel authored Feb 5, 2025
1 parent 3c954a3 commit 76affb6
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 @@ -303,8 +303,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 comparison predicates with an `=` operator
2. The predicates are connected with the logical operator `AND`
3. The operands are references or `$self`
2. The predicates are only connected with the logical operator `AND`
3. The operands are references or `$self`. CAP Java also supports pseudo variables like `$user.locale`

Good:
```cds
Expand Down

0 comments on commit 76affb6

Please sign in to comment.