alash3al/sqler

Error reporting (Question)

puruzio opened this issue · 2 comments

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.

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

Note:

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