We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef9253 commit 6fd26a3Copy full SHA for 6fd26a3
tests/Tests/ORM/Functional/QueryDqlFunctionTest.php
@@ -428,6 +428,7 @@ public function testInArithmeticExpression1(): void
428
SELECT m, m.name AS m_name
429
FROM Doctrine\Tests\Models\Company\CompanyManager m
430
WHERE m.salary IN (800000 / 8, 100000 * 2)
431
+ ORDER BY m.name DESC
432
SQL;
433
434
$result = $this->_em->createQuery($dql)->getArrayResult();
0 commit comments