Zuev Aleksandr

Results 22 comments of Zuev Aleksandr

LiteDB didn't use CultureInfo.CurrentCulture, it use once CultureInfo.CurrentCulture.LCID when you create LiteDatabase instance. You can put culture name in connection string http://www.litedb.org/docs/connection-string/ parameter called collation (it's not in table for...

@jackmcbrezel i can't reproduce this behavior, in this code rowBack have same dictionary that in row. Also BsonDocument store everything in byte[], so i don't think that regional settings can...