Skip to content

Update query-execution.md - #2919

Open
agoerler wants to merge 2 commits into
mainfrom
noWriteThroughMixinAssociations
Open

agoerler wants to merge 2 commits into
mainfrom
noWriteThroughMixinAssociations

Conversation

@agoerler

Copy link
Copy Markdown
Contributor

No description provided.

@hyperspace-pr-bot

Copy link
Copy Markdown
Contributor

Control Panel

Hi, I'm an AI-powered Review Bot that helps you with summarizing and reviewing pull requests.
To interact with me, just use the following actions:

  • 📝 Summarize PR
  • 🔍 Review
  • 🗑️ Delete all bot comments and reviews

Comment on lines 257 to +260
- The view is a simple [projection](../../cds/cdl#as-projection-on), not using *aggregations*, *join*, *union*, or *where*.
- The projection includes all *not null* elements (incl. keys), unless they have a default or generated value.
- The projection does not include [path expressions](../../cds/cql#path-expressions) using *to-many* associations.
- The projection does not include path expression over [mixed-in](../../cds/cql#query-local-mixins) associations.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or

Suggested change
- The view is a simple [projection](../../cds/cdl#as-projection-on), not using *aggregations*, *join*, *union*, or *where*.
- The projection includes all *not null* elements (incl. keys), unless they have a default or generated value.
- The projection does not include [path expressions](../../cds/cql#path-expressions) using *to-many* associations.
- The projection does not include path expression over [mixed-in](../../cds/cql#query-local-mixins) associations.
- must be simple [projections](../../cds/cdl#as-projection-on), not using *aggregations*, *join*, *union*, or *where*.
- must include all *not-null* elements (incl. keys), unless they have a default or generated value.
- must **not** include [path expressions](../../cds/cql#path-expressions) using *to-many* associations.
- must **not** include path expression over [mixed-in](../../cds/cql#query-local-mixins) associations.

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants