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
fix: make sure that parts of DSN are properly decoded (gajus#314)
DB-connection parameters might have url-incompatible characters in them.
The standard way of dealing with this is urlencoding.
Slonik's old DSN parser supported it, but new one doesn't.
This patch adds urldecoding and urlencoding for username, password and
databaseName