mbdavid / LiteDB

LiteDB - A .NET NoSQL Document Store in a single data file
http://www.litedb.org
MIT License
8.52k stars 1.24k forks source link

Fix Rebuild so that it truncates the database file correctly #2413

Closed hizume closed 8 months ago

hizume commented 8 months ago

Rebuild operation truncates the database file too short when the file size is greater than 4 GB. This fix addresses the above issue.

mbdavid commented 8 months ago

Thanks @hizume