Štěpán Postler
Štěpán Postler
**Describe the bug** After filtering by HasMany property, when I want to order result by a column from a joined table, it only works in MySQL. In Postgres, the query...
**Describe the bug** Sometimes ORM adds columns to GROUP statement, which leads to retrieving duplicate rows. **To Reproduce** Looking for books with any of Tags ID 2 or 3, which...
It would be nice to call Collection Functions directly in property string if applicable. Instead of doing: `$authors->findBy([CountAggregateFunction::class, 'books->id', 2])`, I would like to do: `$authors->findBy(['books->id:count' => 2])`. Or even...