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
I cannot find a way to connect using a password with a # in the password.
The sqlstring is something like: sqlserver://user:pass#word@theadress:23456?database=GENERIC"
This string would fail with an error of this type: Failed to initialize database, got error parse sqlserver://user:pass: invalid port :pass after host.
The parsing seems to stop after the # char.
How can I workaround this?
The text was updated successfully, but these errors were encountered:
Hi,
I cannot find a way to connect using a password with a # in the password.
The sqlstring is something like:
sqlserver://user:pass#word@theadress:23456?database=GENERIC"
This string would fail with an error of this type:
Failed to initialize database, got error parse sqlserver://user:pass: invalid port :pass after host
.The parsing seems to stop after the # char.
How can I workaround this?
The text was updated successfully, but these errors were encountered: