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 output when query execute failed on mysql. #141

Closed
LPX-E5BD8 opened this issue Nov 30, 2018 · 1 comment
Closed

empty output when query execute failed on mysql. #141

LPX-E5BD8 opened this issue Nov 30, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@LPX-E5BD8
Copy link
Contributor

LPX-E5BD8 commented Nov 30, 2018

If the query executed failed for not a parser reason, soar will continue the loop , format suggest will be skipped.

test case

select * from sakila.film where xxx = '';
@LPX-E5BD8 LPX-E5BD8 added the bug Something isn't working label Nov 30, 2018
@LPX-E5BD8 LPX-E5BD8 self-assigned this Nov 30, 2018
LPX-E5BD8 added a commit to LPX-E5BD8/soar that referenced this issue Nov 30, 2018
@martianzhang
Copy link
Contributor

Table exist but column not match, mysql will raise error.
We should take a look if there is another case. check if it's necessary to continue after explain raise error.

martianzhang added a commit that referenced this issue Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants