Skip to content

Commit

Permalink
Better phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
vmikhailenko committed Oct 17, 2023
1 parent bb966d6 commit 9fd0f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,9 @@ result.rowCount(2); // 0 matches with ID 0

The default value of CDS Property `cds.security.authentication.normalizeProviderTenant` is changed to `true`. With this change, the provider tenant is normalized and set to `null` in the UserInfo by default. If you have subscribed the provider tenant to your application you need to disable this feature.

#### Vitrual elements
#### Virtual elements

The values for elements annotated with the annotation `@Core.Computed: true`, notably, virtual elements are no longer retained after CQN statement execution. Previously this was the case only for `Upsert` statement. Their values are no longer available in the `Result` of the CQN statement and are not available in the `@After` handlers.
The values for an elements annotated with the annotation `@Core.Computed: true`, notably, the virtual elements are no longer retained after the CQN statement execution. Previously this was the case only for an `Upsert` statement. Their values are no longer returned in the `Result` of the CQN statement and are not available in the `@After` handlers.

### Lean Draft

Expand Down

0 comments on commit 9fd0f41

Please sign in to comment.