Skip to content

Commit

Permalink
Fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Aug 26, 2023
1 parent faf6896 commit 3fcbc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DMLQueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function upsert(
protected function prepareInsertValues(string $table, QueryInterface|array $columns, array $params = []): array
{
if (empty($columns)) {
return [[], [], ' VALUES ()', []];
return [[], [], 'VALUES ()', []];
}

return parent::prepareInsertValues($table, $columns, $params);
Expand Down

0 comments on commit 3fcbc74

Please sign in to comment.