prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
582 stars 61 forks source link

Wrap MSSQL RollbackWithoutBegin error #405

Closed SevInf closed 1 year ago

SevInf commented 1 year ago

Tiberius PR: https://github.com/prisma/tiberius/pull/245

After fix in tiberius, MSSQL will throw this error if we try to rollback the transaction which it have prevously rolled back as a result of error.

Part of: https://github.com/prisma/prisma/issues/15607