Commit 8c64ac7
committed
The example Clickhouse DSN incorrectly described how to set the username and password.
The example:
`clickhouse://username:password@host:port/database=clicks?x-multi-statement=true`
did not work, but:
`clickhouse://host:port?username=user&password=password&database=clicks&x-multi-statement=true`
does.
I got the above DSN format from the tests.1 parent 03613f1 commit 8c64ac7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments