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

Give a list of columns and suggest columns when the user types in a column that does not exist in the table. #1263

Closed
2 tasks done
xzdandy opened this issue Oct 6, 2023 · 0 comments · Fixed by #1267
Closed
2 tasks done
Assignees
Milestone

Comments

@xzdandy
Copy link
Collaborator

xzdandy commented Oct 6, 2023

Search before asking

  • I have searched the EvaDB issues and found no similar feature requests.

Description

SELECT wrong_column FROM some_table;

We want do provide a more informative error message: Do you mean correct_column? The available columns are [a,b,c,d].

Use case

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@xzdandy xzdandy added this to the v0.3.8 milestone Oct 6, 2023
@xzdandy xzdandy self-assigned this Oct 6, 2023
@xzdandy xzdandy moved this to In Progress in EVA Public Roadmap ⚡🚀 Oct 6, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in EVA Public Roadmap ⚡🚀 Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
1 participant