You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using .executeBatchAsync(statements) I always only get [SqlExecutionError] cannot rollback - no transaction is active when any of the statements fails. I would expect to get the sql error of the statement that produced the error. Is there any way to get the proper exception that caused the batchTransaction to fail?