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
Because of that, it's not possible to pass a password containing / or other symbols in DSN. Two other libraries that I checked, mysql-async and lapin, decode username and password strings. Example here:
Hi! It looks like clickhouse-rs does not percent-decode username and password strings extracted from DSNs.
clickhouse-rs/src/types/options.rs
Lines 527 to 529 in 1be33ab
Because of that, it's not possible to pass a password containing
/
or other symbols in DSN. Two other libraries that I checked, mysql-async and lapin, decode username and password strings. Example here:https://github.com/blackbeam/mysql_async/blob/0778dea4c9a9f851ff41753e92208dcdf3824c40/src/opts.rs#L1003-L1014
The text was updated successfully, but these errors were encountered: