alfateam/orange-orm

Alternative way to roll back without throwing an exception

Opened this issue · 0 comments

Today, you need to throw an error to do rollbacks. Often, it is need to rollback without raising an exception.
Suggest to expose a db.rollback method.