Skip to content

Commit 4bd8366

Browse files
authored
Merge pull request #796 from agcooke/bugfix/fix-docs
The example Clickhouse DSN incorrectly described how to set the usern…
2 parents 03613f1 + 8c64ac7 commit 4bd8366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/clickhouse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ClickHouse
22

3-
`clickhouse://username:password@host:port/database=clicks?x-multi-statement=true`
3+
`clickhouse://host:port?username=user&password=password&database=clicks&x-multi-statement=true`
44

55
| URL Query | Description |
66
|------------|-------------|

0 commit comments

Comments
 (0)