-
## Versions/Environment
1. What version of Rust are you using? **1.75.0**
3. What operating system are you using? **Ubuntu 22.04.4 LTS**
4. What versions of the driver and its dependencies are you …
-
I have a collection with > 10k documents. For one use case I need to fetch all of them. In order to minimize the actual data that is processed, I already added a projection along with a ReadConverter …
-
### Description
We're seeing a lot more failed to write to filesystem since v5, with a fixed retry of only a few seconds. However, I've noticed this across all the environments we're running …
-
## Issue
I can not compile and check my package. It aborts the compilation process with an error message.
RUST_BACKTRACE did not help getting more information.
## Actual Results
error: could…
-
Would have helped with #500
-
Hello, I'm having a rather frustrating issue that I'm positive is not working as intended. I am using polodb_core version 4.4.0.
I can create a db file with `Database::open_file()`, I can create a …
-
I'm referring to this excellent article: https://event-driven.io/en/using_strongly_typed_ids_with_marten/
Since my domain mostly uses Guids handling IDs can become very confusing. I prefer to also …
-
### How frequently does the bug occur?
All the time
### Description
Apologies if this is a question rather than a bug - I don't know where else to seek help.
I’m trying to implement an app similar t…
-
For 7.8.0:
Attempting to perform a query that contains a custom type will (logically) result in the following exception:
```
Marten.Exceptions.BadLinqExpressionException:
Marten cannot support…
-
Library is unprepared for handling `delete` events, few issues found:
1) It skips them while using default watch pipeline because the expression uses fullDocument which is missing for delete event:…