We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Similar issue to #429 . If the password includes a # character, you get the following error: ValueError: invalid literal for int() with base 10:
#
ValueError: invalid literal for int() with base 10:
The URI I was using looked like: postgresql://postgres:abcd&#[email protected]:5432/db, and psql parses it correctly.
postgresql://postgres:abcd&#[email protected]:5432/db
psql
When you remove the #, it works fine.
The text was updated successfully, but these errors were encountered:
Hmm, looks like a different issue in the databases library. Will check there.
Sorry, something went wrong.
No branches or pull requests
the issue with a local PostgreSQL install?: Reproduced locally
uvloop?: Didn't try yet
Similar issue to #429 . If the password includes a
#
character, you get the following error:ValueError: invalid literal for int() with base 10:
The URI I was using looked like:
postgresql://postgres:abcd&#[email protected]:5432/db
, andpsql
parses it correctly.When you remove the
#
, it works fine.The text was updated successfully, but these errors were encountered: