Closed honzasp closed 1 year ago
Add new method Transaction.batch(), which executes a batch of statements in an existing transaction. If a statement fails, the following statements won't be executed, but the transaction won't roll back.
Transaction.batch()
Add new method
Transaction.batch()
, which executes a batch of statements in an existing transaction. If a statement fails, the following statements won't be executed, but the transaction won't roll back.