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

Add missing colon to sql parser error message after "Column" and "Expected" #1259

Open
pemattern opened this issue May 5, 2024 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@pemattern
Copy link

pemattern commented May 5, 2024

sql parser error messages are missing a colon after "Column" and "Excepted"

How it is:
sql parser error: Expected (, found: 2345 at Line: 2, Column 8

How it should be IMO:
sql parser error: Expected: (, found: 2345 at Line: 2, Column: 8

@pemattern pemattern changed the title Add missing colon to sql parser error message after "Column" Add missing colon to sql parser error message after "Column" and "Expected" May 5, 2024
@alamb alamb added bug Something isn't working help wanted Extra attention is needed labels May 13, 2024
@alamb
Copy link
Collaborator

alamb commented May 13, 2024

Thanks fr the report. I agree it looks like a bug. PRs to fix it most welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants