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

df/load! properly handles components with a union query #557

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

scizo
Copy link
Contributor

@scizo scizo commented Dec 9, 2024

df/load! was altering component queries and making them invalid when
they were a union query at the top level component. More info can be
found in #556.

This commit wraps the component query in a temporary top level root
query before eliding attributes provided by the without option, which is
what was causing the problem.

df/load! was altering component queries and making them invalid when
they were a union query at the top level component. More info can be
found in issue#556.

This commit wraps the component query in a temporary top level root
query before eliding attributes provided by the without option, which is
what was causing the problem.
@awkay
Copy link
Member

awkay commented Dec 10, 2024

Thanks

@awkay awkay merged commit 2193b47 into fulcrologic:main Dec 10, 2024
@scizo scizo deleted the load-union-query branch December 10, 2024 18:16
@scizo
Copy link
Contributor Author

scizo commented Dec 10, 2024

Thank you!

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