-
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.…
-
## 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…
-
- Laravel Version: master
- Nova Version: 4.7.0
- PHP Version: 8.1
### Description:
It seems like relatableUsers is not working, but relatableQuery works fine.
When using the example below, …
-
When i call the endpoint `/mail-addresses` or `/mail-addresses/?include=mail-domain` no relationship attribute with 'mail-domain' is shown. But when i call `/mail-addresses//mail-domain` i get the exp…
-
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…
-
Hi when i try to rollback migration i receive this TypeError
```php
TypeError
Tpetry\PostgresqlEnhanced\PostgresEnhancedConnection::getSchemaGrammar(): Return value must be of type Tpetry\P…
-
I have a `Category` Model. When I extended my `Category` model with `Model ` to get all records my response time with postman is: => 1400~1500 ms.
but when I want to get all my records with `Cache…
-
### Versions
* PHP version: 7.1.3
* Laravel version: 5.8.*
* Package version: 3.1
### Description
I want export relationship tables.
Here is the relationship:
- Person has many Education
-…
ghost updated
2 years ago
-
- Laravel Version: 9.17.0
- PHP Version: 8.1.6
- Database Driver & Version: pgsql
### Description:
When using a `JSON` column in PostgreSQL for timestamps `created_at`, `updated_at`, and…
-
After 4.2.0 running pgmakemigrations there errors from the steming from the load_backend call in django-pgtrigger apps.py. I'm running this with PostGIS and django-postres-extras (the same setup as i…