Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Special characters are not working in postgres password(for generator) #95

Closed
masterkidan opened this issue Sep 21, 2021 · 1 comment
Closed

Comments

@masterkidan
Copy link
Contributor

It looks like there's a bug in the underlyign pq lib that is being used for making a connection to the postgres server.
lib/pq#787 (comment)

The recommendation is to use the postgres connection string and url encoded password.

@go-jet
Copy link
Owner

go-jet commented Oct 25, 2021

Fixed with v2.6.0 release.

@go-jet go-jet closed this as completed Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants