You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments