-
Eu ainda nao comecei a fazer, mas pensei que seria legal ele fazer as campanhas iniciais tudo de novo mas automatico, pois sempre tem objetos que falta.
A questao é, voce ja tentou ? qual dificulda…
-
**Version**
LiteDB 5.0.21
.NET 8.0.401
Linux (Fedora 38)
**Describe the bug**
Specifically, what I see is an occasional stacktrace:
```
System.NotSupportedException : Member Id not found on…
-
**Version**
5.0.9
**Describe the bug**
When I try to query based on a referenced entity, everything works fine until I create the index for that query?
**Code to Reproduce**
Suppose we ha…
-
I have a the following data types:
public class InnerItem
{
public InnerItem(string innerData)
{
InnerData = innerData;
}
public string Inn…
-
Hi,
We have the following class :
public class MyTest
{
[JsonProperty("myvalues")]
public List MyValues{ get; set; } = new List();
}
If I insert some documents in the db, it works.. I…
-
Data
Product
{
"_id": 1,
"Sn": {"$guid": "28fc0e64-f26a-4423-a9e5-bd435fabb188"},
"GoodsNumber": "DC00001"
}
SELECT $ FROM Product where GoodsNumber like '%00001%'
OK
SELECT $ FROM…
-
Greetings, when adding data to the DB from a Xamain.iOS extension, I'm not seeing the new data upon returning to the app (same DB file, different process). It seems shared mode isn't supported under …
mpbw2 updated
4 years ago
-
So, I have set up a test database with a collection containing a little less than 2000000 rows. I have added an "id" for all of these documents and I have "ensured" an index on that field.
Now, whe…
-
I have a scenario where I often have to show lots of graphs which group data at per hour/minute level, so if I were doing it in memory I would get the data and do something like:
```csharp
var cha…
-
Has someone successfully used the ``Version 5`` (5.0.12) in a multihost Azure Function environment (using an App Service Plan)? We keep getting the error ``The process cannot access the file 'd:\home\…