zhuyanxi
Results
1
issues of
zhuyanxi
My PostgreSQL's password has a character '#' (my dsn sample: `postgres://postgres:1A#34@localhost:5432/postgres?sslmode=disable`) And I see pgdriver.WithDSN calls url.Parse() which will cause this error: `parse "postgres://postgres:1A": invalid port ":1A" after host` The...