|
db_continue_transaction Continue a transaction that was to be aborted
package require nstcl-database ?1.0?
package require nstcl ?1.0?::nstcl::db_continue_transaction
This command can be called in an on_error code block of db_transaction to signal that the transaction should be continued, and not aborted.It is en error to call this command outside of a transaction.
database, nstcl