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
Versions::
- Database: MariaDB 10.8.8
- Orm: 5.0.1
- Dbal: 5.0.1
Metadata
Metadata
Assignees
Labels
No labels