Skip to content

Commit fa32670

Browse files
Fix query
1 parent 57b64e1 commit fa32670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/Type/Doctrine/Query/PDOQueryResultTypeWalkerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ public function getTestData(): iterable
389389
[new ConstantIntegerType(1), new MixedType()],
390390
]),
391391
'
392-
SELECT (SELECT m.intColumn FROM QueryResult\Entities\Many m)
392+
SELECT (SELECT m.intColumn FROM QueryResult\Entities\Many m LIMIT 1)
393393
FROM QueryResult\Entities\Many m2
394394
',
395395
];

0 commit comments

Comments
 (0)