Skip to content

Commit

Permalink
Document the absence of virtual elements in the Result
Browse files Browse the repository at this point in the history
  • Loading branch information
vmikhailenko committed Oct 17, 2023
1 parent a0ca176 commit bb966d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,10 @@ 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

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.

### Lean Draft

The property `cds.drafts.associationsToInactiveEntities` has been removed. It enabled a feature, which caused associations to other draft documents to combine active and inactive versions of the association target. This mixing of inactive and active data is no longer supported.
Expand Down

0 comments on commit bb966d6

Please sign in to comment.