- Issuing ABORT> outside of a transaction block has no effect.
+ Issuing ABORT> outside of a transaction block
+ emits a warning and otherwise has no effect.
Issuing ROLLBACK> outside of a transaction
- block has no effect.
+ block emits a warning and otherwise has no effect.
Specifies that the command takes effect for only the current
transaction. After COMMIT> or ROLLBACK>,
- the session-level setting takes effect again. This has no effect
- outside of a transaction block.
+ the session-level setting takes effect again. Issuing this
+ outside of a transaction block emits a warning and otherwise has
+ no effect.
This command only alters the behavior of constraints within the
- current transaction. This has no effect outside of a transaction block.
+ current transaction. Issuing this outside of a transaction block
+ emits a warning and otherwise has no effect.
If SET TRANSACTION is executed without a prior
START TRANSACTION or BEGIN,
- it will have no effect.
+ it emits a warning and otherwise has no effect.