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

Add support for returning multiple joined tables #27

Merged
merged 3 commits into from
Nov 14, 2024

Conversation

piercefreeman
Copy link
Owner

@piercefreeman piercefreeman commented Nov 14, 2024

Our previous table query generation relied on the start operator to retrieve all table fields. This worked for one return table (or for multiple tables with completely disjoint values) but failed as soon as values overlapped, as SQL would only return the last one in the ordering chain. We refactor our table selection to use a coupled table_column response to avoid this conflict and further update our casting pipeline to leverage it.

@piercefreeman piercefreeman merged commit 9430e5f into main Nov 14, 2024
5 checks passed
@piercefreeman piercefreeman deleted the bug/return-multiple-tables branch November 14, 2024 17:55
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.

1 participant