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 for filterMany with raw expression with single SQL query #3171

Merged
merged 4 commits into from
Aug 20, 2023

Conversation

rbygrave
Copy link
Member

No description provided.

Fix for the case where the filterMany is not executed on a separate
query but instead part of the origin query.

The fix is to use the appropriate DeployParser and also fix the path
alias like ${} -> ${contacts}
@rbygrave rbygrave changed the title filterMany with raw expressions FIX for filterMany with raw expression with single SQL query Aug 19, 2023
@rbygrave rbygrave self-assigned this Aug 19, 2023
@rbygrave rbygrave added the bug label Aug 19, 2023
@rbygrave rbygrave added this to the 13.22.0 milestone Aug 19, 2023
Fix for the case where the filterMany is not executed on a separate
query but instead part of the origin query.

The fix is to use the appropriate DeployParser and also fix the path
alias like ${} -> ${contacts}
@rbygrave rbygrave merged commit 3e41c59 into master Aug 20, 2023
@rbygrave rbygrave deleted the feature/filterMany-raw-expression branch August 20, 2023 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant