Skip to content

fix(compiler): Detect invalid INSERT expression #1231

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
Oct 9, 2021

Conversation

kyleconroy
Copy link
Collaborator

Return an error if you're trying to insert too many columns for the
given table. Before the same query would have panicked.

Fixes #1207

Return an error if you're trying to insert too many columns for the
given table. Before the same query would have paniced.
@kyleconroy kyleconroy merged commit 02d449f into main Oct 9, 2021
@kyleconroy kyleconroy deleted the kyle/insert-too-many-expressions branch October 9, 2021 18:23
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.

Panic on INSERT
1 participant