joonatanu-softwerk

Results 3 issues of joonatanu-softwerk

### Describe your issue When query filter is defined through `FluentMappingBuilder` using the `Func` type definition and it contains any joins, "Stack overflow" error occurs. Provided example is using SQLite,...

### Describe your issue In a situation where `FluentMappingBuilder` is defining an association using expressions for both properties that are being used to join entities together, the generic extension is...

area: linq
status: has-pr

### Describe your issue When query filter is defined for an entity, then the contents of the query filter is only used once. The query filter Func is executed, but...