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 cb546aa commit d7cfd14Copy full SHA for d7cfd14
tests/system/Database/Live/UpsertTest.php
@@ -256,7 +256,7 @@ public function testUpsertCauseConstraintError()
256
$esc = $this->db->escapeChar;
257
258
$this->db->table('user')
259
- ->onConstraint(new RawSql($esc . 'user' . $esc . '.' . $esc. 'id' . $esc))
+ ->onConstraint(new RawSql($esc . 'user' . $esc . '.' . $esc . 'id' . $esc))
260
->updateFields('name, email, country')
261
->upsert($userData);
262
}
0 commit comments