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 2de727d commit 0e7abf2Copy full SHA for 0e7abf2
tests/system/Database/Live/UpdateTest.php
@@ -397,7 +397,7 @@ public function testUpdateBatchUpdateFieldsAndAlias()
397
->updateFields($updateFields)
398
->onConstraint(['email', new RawSql("{$esc}db_user{$esc}.{$esc}country{$esc} = {$esc}_update{$esc}.{$esc}country{$esc}")])
399
->setData($data, null, '_update')
400
- ->updateBatch($data);
+ ->updateBatch();
401
402
$result = $this->db->table('user')->get()->getResultArray();
403
0 commit comments