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

Show errors in quickfix window #55

Open
petobens opened this issue Dec 16, 2017 · 1 comment
Open

Show errors in quickfix window #55

petobens opened this issue Dec 16, 2017 · 1 comment

Comments

@petobens
Copy link

If there is an error in the query; such as:

SELECT * FROM foo LIMI 10

the error is shown in the output buffer like this:

ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '10' at line 1

It would be nice to instead show errors in the quickfix window (thus allowing to jump to the correct file/line).

@joereynolds
Copy link
Owner

Great idea. It's on the list

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

No branches or pull requests

2 participants