memento v0.3.1 Release Notes
Release Date: 2019-03-17 // about 6 years ago-
- [Bugfix] Convert mnesia's
:"$end_of_table"
code to empty list- Previously raised UndefinedFunctionError during coercion
- [Bugfix] Convert mnesia's
Previous changes from v0.3.0
-
- [Bugfix] Catch Mnesia exits outside transactions (#2)
- This fixes issues where Memento would unintentionally mess with Mnesia's deadlock resolution algorithm by catching exits, finally causing Mnesia to throw cyclic abort errors in high concurrency, nested transactions
- [Bugfix] Catch Mnesia exits outside transactions (#2)