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

Delay encoding nested queries #171

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Conversation

legoscia
Copy link
Contributor

@legoscia legoscia commented Jun 4, 2024

When using an inner query or a join as data source in the from macro, don't encode it to a JSON-like map immediately. Instead, do it when we encode the outer query.

This should make it easier to modify the inner query as well as the outer query before encoding.

When using an inner query or a join as data source in the `from`
macro, don't encode it to a JSON-like map immediately.  Instead, do it
when we encode the outer query.

This should make it easier to modify the inner query as well as the
outer query before encoding.
@legoscia legoscia requested review from a team and aboroska and removed request for a team June 4, 2024 08:17
@legoscia legoscia merged commit 574ce1c into master Jun 4, 2024
2 checks passed
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