Skip to content

Commit

Permalink
Merge pull request #83 from antoniovizuete/update-deps
Browse files Browse the repository at this point in the history
♻️ Update deps
  • Loading branch information
antoniovizuete committed Feb 7, 2023
2 parents ad39b2d + 44c48ba commit 1a2f368
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 108 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Since the query parameters are passed as URL parameters, null values are not sup
```

```sql
SELECT nullif('{{param1}}', '') AS param1
SELECT nullif({param1:String}, '') AS param1
```

### Allow "Insecure content"

Due to Clickhouser being accessible through a secured connection (HTTPS), you can get an error if you try to perform a query against a non-secured server (HTTP). There is a couple of workarounds, but only one depends on you by allowing "Insecure content".
Due to ClickHouse being accessible through a secure connection (HTTPS), you may encounter an error if you attempt to perform a query on an insecure server (HTTP). There are several workaround options, but only one that depends on you, which is to allow "Insecure Content".

Click on the lock icon in the URL bar, then click "Site settings".

Expand Down
Loading

0 comments on commit 1a2f368

Please sign in to comment.