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

Empty command issued to mysql client #4

Closed
kopolindo opened this issue Nov 14, 2019 · 3 comments
Closed

Empty command issued to mysql client #4

kopolindo opened this issue Nov 14, 2019 · 3 comments

Comments

@kopolindo
Copy link

If I run ss or ds it works smoothly, but if I try to run a query, it issues the command mysql --default-group-suffix=Foobar -t -e "", as you can see the actual query between double quotes is empty.
My .sql file is structured like this:

-- --default-group-suffix=Foobar -t
--
<empty-line>
select * from schema.table;

Where am I making wrong?
Thank you so much!

@kezhenxu94
Copy link
Owner

well, that's weird, I cannot reproduce this, did you place the caret on the line that you're going to execute?

@artfulrobot
Copy link
Contributor

I think ↑ that PR should have fixed this

@kezhenxu94
Copy link
Owner

I think ↑ that PR should have fixed this

@artfulrobot thanks very much, @kopolindo could you please update and retry :)

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

3 participants