-
**Environment:**
- LDAP Server Type: ActiveDirectory
- LdapRecord-Laravel Major Version: 2.4.0
- PHP Version: 8.0.7
Soft-deleting/restoring isn't working on import/sync. For example, choos…
-
This is a feature request to support soft-deletion.
I'm proposing the addition of a `deletedAt` system field, which would be a nullable `DateTime` scalar. A value of `null` would indicate that the …
-
### Bug Report
| | Version
|------------ | ------
| doctrine/dbal | v2.10.0
| SQL Server | 2016
| PHP | 7.2.24
#### Summary
SqlParserUtils does not properly replace named parame…
-
- Laravel Version: v7.22.4
- PHP Version: 7.4.7
- Database Driver & Version: 7.4
### Description:
was encoded normally when suddenly it started giving the following error
Type of App\En…
-
```
p db:seed --class=ArticleSeeder
Work Module: /modules/ArticleApi
Error
Class "Database\Factories\App\Models\ArticleFactory" not found
at /Users/chensuilong/Desktop/phpprojec…
-
- Laravel Version: 9.0.1
- PHP Version: 8.1
- Database Driver & Version: Mysql8
### Description:
I have a attribute on my user model named "type". This one should be casted to App\Enums\Us…
-
When I have one item with id = zero happens a bug on the plugin...because the value ZERO doesnt return with the value.
I printed the data below:
{
"resources":[
{
"display":…
-
Hi,
Recently I updated Adonis, Lucid, and soft-deletes to their latest versions, and now where query in preload is broken.
Following are the version updates:
`@adonisjs/core ^5.…
-
Hello,
Using Soft deletes on a preloaded model with [group limit](https://docs.adonisjs.com/reference/orm/relations/has-many-through#grouplimit) will create an error :
```ts
const association…
-
## Before you submit this issue, you has been search all existed issues and search the [documentation](https://hyperf.wiki)
- [] I've been search all existed issues
- [] I've been read all documenta…