@@ -125,7 +125,7 @@ public function testUpdateBatch(string $constraints, array $data, array $expecte
125125 for ($ i = 1 ; $ i < 4 ; $ i ++) {
126126 $ builder ->insert ([
127127 'type_varchar ' => 'test ' . $ i ,
128- 'type_char ' => 'char ' ,
128+ 'type_char ' => 'char ' . $ i ,
129129 'type_text ' => 'text ' ,
130130 'type_smallint ' => 32767 ,
131131 'type_integer ' => 2_147_483_647 ,
@@ -159,6 +159,7 @@ public static function provideUpdateBatch(): iterable
159159 [
160160 [
161161 'type_varchar ' => 'test1 ' , // Key
162+ 'type_char ' => 'updated ' ,
162163 'type_text ' => 'updated ' ,
163164 'type_smallint ' => 9999 ,
164165 'type_integer ' => 9_999_999 ,
@@ -170,6 +171,7 @@ public static function provideUpdateBatch(): iterable
170171 ],
171172 [
172173 'type_varchar ' => 'test2 ' , // Key
174+ 'type_char ' => 'updated ' ,
173175 'type_text ' => 'updated ' ,
174176 'type_smallint ' => 9999 ,
175177 'type_integer ' => 9_999_999 ,
@@ -183,6 +185,7 @@ public static function provideUpdateBatch(): iterable
183185 [
184186 [
185187 'type_varchar ' => 'test1 ' ,
188+ 'type_char ' => 'updated ' ,
186189 'type_text ' => 'updated ' ,
187190 'type_smallint ' => 9999 ,
188191 'type_integer ' => 9_999_999 ,
@@ -193,6 +196,7 @@ public static function provideUpdateBatch(): iterable
193196 ],
194197 [
195198 'type_varchar ' => 'test2 ' ,
199+ 'type_char ' => 'updated ' ,
196200 'type_text ' => 'updated ' ,
197201 'type_smallint ' => 9999 ,
198202 'type_integer ' => 9_999_999 ,
0 commit comments