@@ -378,7 +378,7 @@ public function getTestData(): iterable
378
378
]),
379
379
$ this ->constantArray ([
380
380
[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 )],
382
382
[new ConstantStringType ('intColumn ' ), new IntegerType ()],
383
383
])
384
384
),
@@ -400,7 +400,7 @@ public function getTestData(): iterable
400
400
]),
401
401
$ this ->constantArray ([
402
402
[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 )],
404
404
[new ConstantStringType ('intColumn ' ), new IntegerType ()],
405
405
])
406
406
),
@@ -421,7 +421,7 @@ public function getTestData(): iterable
421
421
]),
422
422
$ this ->constantArray ([
423
423
[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 )],
425
425
[new ConstantStringType ('intColumn ' ), new IntegerType ()],
426
426
])
427
427
),
@@ -531,7 +531,7 @@ public function getTestData(): iterable
531
531
yield 'just root entity and scalars ' => [
532
532
$ this ->constantArray ([
533
533
[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 )],
535
535
]),
536
536
'
537
537
SELECT o, o.id
0 commit comments