Skip to content

Commit

Permalink
fix: columns for insert should be of list type (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Jan 18, 2024
1 parent 3f2c466 commit 88052b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/ClickHouseClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function selectWithParams(string $query, array $params, Format $outputFor

/**
* @param array<array<mixed>> $values
* @param array<string>|null $columns
* @param list<string>|null $columns
* @param array<string, float|int|string> $settings
*
* @throws CannotInsert
Expand Down

0 comments on commit 88052b5

Please sign in to comment.