Name
.bail — Stop if an error is encountered
Description
The .bail command controls the error-handling
behaviors. It only affects noninteractive sessions, when SQL
commands are being read from a file or from standard input. If
the bail flag is set, any error will cause the processing to
stop.
The default is off.