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

sqlite: fixed sqlite column type override #1986

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

mcdoker18
Copy link
Contributor

We should not assume that a table has a default schema name in the override config. Because different sql databases can have different default schemas.

Fixes: #1985

We should not assume that a table has a default schema name in the override config.
Because different sql databases can have different default schemas.

Fixes: sqlc-dev#1985
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Column overrides have no effect when using SQLite engine
3 participants