matrix-dart-sdk/lib/src/database
Krille 4b1bc435e5
fix: Clear HiveCollection boxes inside of transaction in order
This makes sure that the deleteFromDisk() method is
called AFTER the clear while
the execution order was
random before which could
lead to the problem that
Hive tries to clear a box after
it got deleted.
2023-03-31 13:09:01 +02:00
..
database_api.dart refactor: Remove database transaction workaround 2022-12-21 09:41:11 +01:00
hive_collections_database.dart fix: Clear HiveCollection boxes inside of transaction in order 2023-03-31 13:09:01 +02:00
hive_database.dart refactor: Remove database transaction workaround 2022-12-21 09:41:11 +01:00