-
Notifications
You must be signed in to change notification settings - Fork 1
Description
When parsing a DSN containing special characters, parsing is currently failing.
Ex:
postgresql://someuser:8jKwouNHdI!u6a?kx(UuQ-Bgm34P@some-dev-backend.cluster.us-east-1.rds.amazonaws.com/some_backend
Results in this error:
parse "postgresql://someuser:8jKwouNHdI!u6a?kx(UuQ-Bgm34P@some-dev-backend.cluster.us-east-1.rds.amazonaws.com/some_backend": invalid port ":8jKwouNHdI!u6a" after host
That inline password is valid, and should not result in a parsing error. We need to ensure special character passwords are specifically supported in our Database module.
Reactions are currently unavailable