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

Use schema information from SELECT clause #35

Open
tsmacdonald opened this issue May 16, 2024 · 1 comment · May be fixed by #65
Open

Use schema information from SELECT clause #35

tsmacdonald opened this issue May 16, 2024 · 1 comment · May be fixed by #65

Comments

@tsmacdonald
Copy link
Member

If you have something like

select public.towns.id from towns

Macaw won't catch that towns must have a schema of public in :tables

@crisptrutski
Copy link
Contributor

This seems pretty artificial, but shouldn't be too complex. We do inference in the other direction already, and the pattern should be pretty similar in reverse.

@crisptrutski crisptrutski linked a pull request Jun 19, 2024 that will close this issue
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 a pull request may close this issue.

2 participants