-
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
To Reproduce
$authorsOrderby=$this->orm->authors->findAll()->orderBy('books->title');
$authors=$this->orm->authors->findAll();
Assert::same($authorsOrderby->count(),$authors->count());To Fix
Remove this Line:
orm/src/Collection/DbalCollection.php
Line 332 in af22260
| $groupBy = array_merge($groupBy, $expression->columns); |
Versions::
- Database: MariaDB 10.8.8
- Orm: 5.0.1
- Dbal: 5.0.1