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.
1 parent 4d98c51 commit 84716d4Copy full SHA for 84716d4
tests/test_execute_many.phpt
@@ -48,7 +48,8 @@ if ($conn) {
48
array(50, 'Hanes'),
49
array(55, ),
50
array('60', 'invalid row'),
51
- array( 65, 'Quigley') );
+ array( 65, 'Quigley'),
52
+ array( 70, NULL));
53
54
$effected_rows = db2_execute_many($stmt_insert, $params);
55
@@ -74,4 +75,4 @@ int(40)
74
75
string(6) "OBrien"
76
ERROR 1: Value parameters array 2 has less number of parameteres
77
ERROR 2: Value parameters array 3 is not homogeneous with privious parameters array
-Number of effected rows are: 2
78
+Number of effected rows are: 3
0 commit comments