Feature Request: Option: "Stop on error" in SQL Window.

Invincible

Member²
It will nice to have option "Stop on error" for SQL Window. In command window I could write

SQL:
WHENEVER SQLERROR EXIT FAILURE;

before sql script and this working fine but I can't use this method for SQL Window.
 
The SQL Window will indeed continue, regardless of the success or failure of previous commands. I have added an option for this to the list of enhancement requests.
 
Back
Top