-
Got this error in **v.5.0.0-beta**:
_System.NotImplementedException: The method or operation is not implemented.
at LiteDB.BufferSliceExtensions.ReadIndexKey(BufferSlice buffer, Int32 offset)
…
-
I'd like to use a local database for caching data that we query from remote sources. This will improve performance while also reducing the chances that we are overloading those remote sources for data…
-
I've tried using both LiteRepository and LiteDatabase to create and open a new DB, but I am getting an error when calling Insert.
**Error:**
Exception has occurred: CLR/System.PlatformNotSupported…
-
**Version**
5.0.10 .NET 4.7 Windows 2016
**Describe the bug**
I have a database in version 4.1.4. When I try to upgrade it i get the following message :
System.NullReferenceException: Object…
-
**Version**
5.0.8
**Describe the bug**
My database uses table "records" configured with AutoId. The database table contains documents with IDs bigger than stored within the Page/Node thus the ex…
-
I set up the LiteDB .db file to an (external disk) file share as this file will be read & write from multiple servers. But it hit **System.UnauthorizedAccessException: Access to the path is denied.** …
-
**Version**
5.0.12
**Describe the bug**
```
The method or operation is not implemented.
at LiteDB.StringResolver.ResolveMethod(MethodInfo method)
at LiteDB.LinqExpressionVisitor.Visi…
-
**Version**
5.0.10
**Describe the bug**
I want to write a `string[]` as `BsonValue`. The code which worked with LiteDB 4.1.4 throws a `NullReferenceException` in 5.0.10.
**Code to Reproduce**
…
-
**Version**
Which LiteDB version/OS/.NET framework version are you using. **(REQUIRED)**
v5.0.15 / Windows 10 / .NET Core 6
**Describe the bug**
A clear and concise description of what the bug i…
-
What is the ongoing development status with LiteDB? There have only been 2 releases in the last year and the last commit to the code base appears to be 3 months ago. Could the owners give us an update…