Oleksii Datsiuk
Oleksii Datsiuk
The problem which is fixed by this fix is following: the sink truncates fractions of the seconds before sending log items to Fluentd. Using "double" data type instead of "ulong"...
This fix prevents ENSURE ... Clear() cache error and DB corruption problem, which is described in this issue: https://github.com/mbdavid/LiteDB/issues/2480
LiteDB 5.0.17, Windows 11, .NET6 When trying to update collection while enumerating over it in the same transaction, I get following error: LiteDB ENSURE: must have no pages in use...
This PR fixes "ENSURE: empty page must be defined as empty type" error which is described in this issue: https://github.com/mbdavid/LiteDB/issues/2503
LiteDB 5.0.17, Windows 11, .NET6 I have DB with 2 collections. 3 threads are working with this DB in parallel. The first thread adds documents to the first collection. The...