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

Encode connection URL to database #47

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

Gusted
Copy link
Member

@Gusted Gusted commented Oct 16, 2022

  • If you have a database password that contains characters like # or *, sqlx will error about a InvalidPort, this is due to not encoding the url. See issue on sqlx.
  • Removed useless statements.

- If you have a database password that contains characters like `#` or `*`, sqlx
will error about a InvalidPort, this is due to not encoding the url.
[See issue on sqlx](launchbadge/sqlx#1624).
- Removed useless statements.
Copy link
Member

@realaravinth realaravinth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@realaravinth realaravinth merged commit 521abd8 into mCaptcha:master Oct 17, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants