adamlofts/mysql1_dart

Is it possible to perform a Rollback?

DanielSirqueira opened this issue · 1 comments

I insert data into several tables at the same time, and if there is an error in some of them, the data cannot be committed.

await conn.query('COMMIT;');