Skip to content

Commit

Permalink
Fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Feb 19, 2024
1 parent 6fa0a11 commit 4498953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Type/Doctrine/Query/PDOQueryResultTypeWalkerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ public function getTestData(): iterable
[new ConstantIntegerType(1), new MixedType()],
]),
'
SELECT (SELECT m.intColumn FROM QueryResult\Entities\Many m)
SELECT (SELECT COUNT(m.intColumn) FROM QueryResult\Entities\Many m)
FROM QueryResult\Entities\Many m2
',
];
Expand Down

0 comments on commit 4498953

Please sign in to comment.