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

[BUG]can not insert string with spaces before and after #2240

Closed DragonXYZ closed 2 years ago

DragonXYZ commented 2 years ago

looks every version all have this problem , I just want storage some passwords include space. and may litedb call Totrim() for clean data,but space also is useful data

stephenhauck commented 2 years ago

Does this address your issue ? https://stackoverflow.com/questions/67948944/how-to-prevent-space-being-removed-from-the-field-while-updating-the-lite-db-rec

DragonXYZ commented 2 years ago

yes this solved my problem,thank you