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
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 @
The text was updated successfully, but these errors were encountered:
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 @
The text was updated successfully, but these errors were encountered: