mlockett42 / litedb-async

This library allows the use of asynchronous programming techniques with the LiteDb library
Apache License 2.0
104 stars 13 forks source link

CommitAsync and RollbackAsync should throw an exception if called on a database which is not in a transaction #31

Closed mlockett42 closed 4 months ago

mlockett42 commented 9 months ago

This would make it more obvious to the user that they are using the library incorrectly

mlockett42 commented 9 months ago

Would have helped with https://github.com/mlockett42/litedb-async/issues/30

mlockett42 commented 4 months ago

Fixed in Version v0.1.18