-
- Laravel Version: 8.0
- PHP Version: 8.0
- Blueprint Version: 2.2
- Platform: Mac
### Issue:
softDeletes issue on model factory still treats it as string.
### draft.yaml:
```yaml
…
-
### Summary of problem or feature request
I'm having issues with search and filters on `company` eager loading relationship.
Also, the `company model` has a `MorphTo` relationship where filter or …
-
I had the exception inside one of my `[DbFunction]` static method template being triggered in a complex query. I stripped everything away, and I found that an outer `OrderBy` was deemed to need Client…
-
#### 问题描述及重现步骤:
当只有一个ApplyIf时,成功匹配到ApplyIf
```
var user = { TenantId=1 };
fsql.GlobalFilter.Apply("SoftDelete", a => a.IsDeleted == 0)
.ApplyIf("TenantQuery", () => user != null &&…
-
Hi,
I have an issue with soft deleted entities.
Technology:
Php 7.4
Symfony 5
Doctrine
PostgreSQL
Entity implements SoftDeletable behaviour and has a `boolean` column named `unique` (chec…
-
## Expected behavior
Domain has 3 entities - Goods, Workflow (softdelete), WorkflowOperation (softdelete).
Relationships are
- Goods with one-to-one relationship to Workflow (orphanRemoval and c…
-
Hi, I really appreciate your work with this package, saved me a lot of headache.
I have a simple 1 parent to many children relationship.
The main model is my User model, but the relationship data…
-
How do I pass parameters ( user_id, username etc ) to the `DataTable Service` `UsersDataTable` Class for DB queries?
UsersController:
```
class UsersController extends Controller
{
public…
-
- Nova Version: 4.7
### Description:
Seems like **authorizedToPreview** is something that should of been part of the list considering the below are all available
```
'authorizedT…
-
I am trying out NET Core 5 release 3 Include filter/order and I get an exception. I expect I have done something wrong but I can't find it.
### Steps to reproduce
The unit test
``` C#
[Fact]
…