- If the script itself uses BEGIN>, COMMIT>
- or any command that cannot be executed inside a transaction
- block, specifying this option will cause the transaction to be
- aborted.
+ If the script itself uses BEGIN>, COMMIT>,
+ or ROLLBACK>, this option will not have the desired
+ effects.
+ Also, if the script contains any command that cannot be executed
+ inside a transaction block, specifying this option will cause that
+ command (and hence the whole transaction) to fail.