Skip to content

Commit

Permalink
Update select() signatures in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Jan 28, 2022
1 parent 606c3ff commit 52ea4e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ use SimPod\ClickHouseClient\Output;
$output = $client->select(
'SELECT * FROM table',
new JsonEachRow(),
[],
['force_primary_key' => 1]
);
```
Expand All @@ -191,7 +190,6 @@ $output = $client->selectWithParams(
'SELECT * FROM :table',
['table' => 'table_name'],
new JsonEachRow(),
[],
['force_primary_key' => 1]
);
```
Expand Down

0 comments on commit 52ea4e4

Please sign in to comment.