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.
db
1 parent 5fb08d3 commit 4ee546bCopy full SHA for 4ee546b
tests/Provider/QueryBuilderProvider.php
@@ -494,6 +494,7 @@ public static function prepareParam(): array
494
$values = parent::prepareParam();
495
496
$values['binary'][0] = "'\\x737472696e67'::bytea";
497
+ $values['resource'][0] = "'\\x737472696e67'::bytea";
498
499
return $values;
500
}
@@ -504,6 +505,7 @@ public static function prepareValue(): array
504
505
506
507
$values['paramBinary'][0] = "'\\x737472696e67'::bytea";
508
+ $values['paramResource'][0] = "'\\x737472696e67'::bytea";
509
$values['array'][0] = "ARRAY['a','b','c']";
510
$values['Iterator'][0] = "ARRAY['a','b','c']";
511
0 commit comments