@@ -378,7 +378,7 @@ public function getTestData(): iterable
378378 ]),
379379 $ this ->constantArray ([
380380 [new ConstantIntegerType (0 ), new ObjectType (One::class)],
381- [new ConstantStringType ('id ' ), $ hasDbal4 ? new IntegerType () : $ this ->numericString ()],
381+ [new ConstantStringType ('id ' ), $ hasDbal4 ? new IntegerType () : $ this ->numericString (true , true )],
382382 [new ConstantStringType ('intColumn ' ), new IntegerType ()],
383383 ])
384384 ),
@@ -400,7 +400,7 @@ public function getTestData(): iterable
400400 ]),
401401 $ this ->constantArray ([
402402 [new ConstantIntegerType (0 ), new ObjectType (Many::class)],
403- [new ConstantStringType ('id ' ), $ hasDbal4 ? new IntegerType () : $ this ->numericString ()],
403+ [new ConstantStringType ('id ' ), $ hasDbal4 ? new IntegerType () : $ this ->numericString (true , true )],
404404 [new ConstantStringType ('intColumn ' ), new IntegerType ()],
405405 ])
406406 ),
@@ -421,7 +421,7 @@ public function getTestData(): iterable
421421 ]),
422422 $ this ->constantArray ([
423423 [new ConstantStringType ('one ' ), new ObjectType (One::class)],
424- [new ConstantStringType ('id ' ), $ hasDbal4 ? new IntegerType () : $ this ->numericString ()],
424+ [new ConstantStringType ('id ' ), $ hasDbal4 ? new IntegerType () : $ this ->numericString (true , true )],
425425 [new ConstantStringType ('intColumn ' ), new IntegerType ()],
426426 ])
427427 ),
@@ -531,7 +531,7 @@ public function getTestData(): iterable
531531 yield 'just root entity and scalars ' => [
532532 $ this ->constantArray ([
533533 [new ConstantIntegerType (0 ), new ObjectType (One::class)],
534- [new ConstantStringType ('id ' ), $ hasDbal4 ? new IntegerType () : $ this ->numericString ()],
534+ [new ConstantStringType ('id ' ), $ hasDbal4 ? new IntegerType () : $ this ->numericString (true , true )],
535535 ]),
536536 '
537537 SELECT o, o.id
0 commit comments