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

Error reporting (Question) #5

Closed
puruzio opened this issue Jan 10, 2019 · 2 comments
Closed

Error reporting (Question) #5

puruzio opened this issue Jan 10, 2019 · 2 comments
Labels
question Further information is requested

Comments

@puruzio
Copy link

puruzio commented Jan 10, 2019

Can SQLer be used to run a sql script (.sql file) that include multiple sql statements (including temp tables, views, etc.)?

If so, how does it return errors if they occur in some of the statements?

Thanks.

@alash3al
Copy link
Owner

alash3al commented Jan 10, 2019

You can download the latest version now, it includes the support to load multiple config files, so you can paste the content of your sql files in exec section as separated endpoints.

I may add your request in the next release

@alash3al
Copy link
Owner

Note:

SQler runs each statement separately, if an error occurred in one of them, it won't continue and will return that error.

@alash3al alash3al added the question Further information is requested label Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants