-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
bugVerified issues on the current code behavior or pull requests that will fix themVerified issues on the current code behavior or pull requests that will fix themdatabaseIssues or pull requests that affect the database layerIssues or pull requests that affect the database layer
Description
Related: #6600
The following code does not work.
$userData = [
'email' => '[email protected]',
'name' => 'Upsert One',
'country' => 'US',
];
$builder = $this->db->table('user');
$builder->testMode()->upsert($userData);
$sql = $builder->getCompiledUpsert();
CodeIgniter\Database\Exceptions\DatabaseException : setData() has no data.
Metadata
Metadata
Assignees
Labels
bugVerified issues on the current code behavior or pull requests that will fix themVerified issues on the current code behavior or pull requests that will fix themdatabaseIssues or pull requests that affect the database layerIssues or pull requests that affect the database layer