Skip to content

internal/dinosql: Error on missing queries #180

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

Merged
merged 1 commit into from
Dec 16, 2019
Merged

Conversation

kyleconroy
Copy link
Collaborator

This is an alternate fix for #176 that allows the schema and queries value for a package to be the same directory or SQL file. I'd like to support this use case for example code. It's useful to have a single SQL file with both the DDL and query statements.

If no queries can be found, sqlc will return an error message instead of panicing.

If after parsing a package contains zero queries, error
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