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

Password with @ character does not work #683

Closed
porfirioribeiro opened this issue Sep 15, 2020 · 4 comments
Closed

Password with @ character does not work #683

porfirioribeiro opened this issue Sep 15, 2020 · 4 comments

Comments

@porfirioribeiro
Copy link

I was trying sqlx and with 0.3 version i could connect to a postgres database that includes @ on the password.
Like:
DATABASE_URL="postgres://postgres:dsdff!@derw@127.0.0.1/sqlx_todo"

But on the 0.4.0-beta.1 version it gives connection error saying that the password is wrong.
I guess its a url splitting problem with @

@frigus02
Copy link

That should have been fixed by #630. Look out for the next release 🙂

@porfirioribeiro
Copy link
Author

Ohh, thanks i'll have a look again on the next release

@porfirioribeiro
Copy link
Author

You have any expectation about when you will release a new beta version?

Would like to try it for giving more feedback

@frigus02
Copy link

frigus02 commented Nov 5, 2020

I'm not sure. In our project we're pointing cargo to a specific sqlx commit for the time being.

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