Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java Runtime views: Filtered Associations #1595

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

MattSchur
Copy link
Contributor

No description provided.

@MattSchur MattSchur requested a review from smahati as a code owner January 24, 2025 15:47
@MattSchur MattSchur requested a review from agoerler January 24, 2025 15:47
@@ -434,7 +434,7 @@ WHERE B.STOCK < 10 AND A.NAME = ?
```

::: warning Limitations
Runtime views are supported for simple [CDS projections](../../cds/cdl#as-projection-on). Constant values, expressions such as *case when* and [association filters](../../cds/cdl#publish-associations-with-filter) are currently ignored.
Runtime views are supported for simple [CDS projections](../../cds/cdl#as-projection-on). Constant values and expressions such as *case when* are currently ignored. Expands of [filtered associations](../../cds/cdl#publish-associations-with-filter) are only supported since `3.7.0`.
Copy link
Contributor

Choose a reason for hiding this comment

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

  • Not sure we need this as the docu is valid for 3.7.0 only anyhow. On the other hand, there is no documentation for the LTS release. @renejeglinsky - what do you think.

Constant values and expressions such as case when are currently ignored.
@MattSchur - we also need to tackle this, I'm afraid.

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