Thread: some way to continue forward even when an error occurs

some way to continue forward even when an error occurs

From
Brad Langhorst
Date:
eg.
set continue_on_error = true

or maybe an option in the gui to continue execution.

This is a problem when you run ddl that attempts to drop some
non-existant items.  I think it should report that the item being
deleted does not exist but then should continue on to the next statement
instead of aborting the run.

Oracle, Sybase, and MSSQL do this by default.

thanks!

brad