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

fix(localized): refs in subqueries in from are translated #366

Merged
merged 2 commits into from
Dec 1, 2023

Conversation

patricebender
Copy link
Member

@patricebender patricebender commented Dec 1, 2023

if the main queries target is localized and this is not overwritten by cds.localized: false, references in subqueries will also be translated. This was already the case for subqueries in columns or expands. The responsible code has been moved to the central entry point for all subqueries, hence this now also covers subqueries in from.

…ated

if the main queries target is `localized` and this is not overwritten
by `cds.localized: false`, `ref`erences in subqueries will also be
translated. This was already the case for subqueries in columns or
expands. The responsible code has been moved to a central entry point
for all subqueries, hence this now also covers subqueries in `from`.
@patricebender patricebender enabled auto-merge (squash) December 1, 2023 10:44
@patricebender patricebender merged commit cfe4897 into main Dec 1, 2023
4 of 6 checks passed
@patricebender patricebender deleted the localized branch December 1, 2023 12:50
@cap-bots cap-bots mentioned this pull request Dec 1, 2023
@cap-bots cap-bots mentioned this pull request Jul 18, 2024
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