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

Update DSN to support special chars for user and password #3

Merged
merged 2 commits into from
Jul 31, 2023

Conversation

stnguyen90
Copy link
Contributor

Previously, DSN would not be able to parse special characters like "@"
or "/". This adds support by requiring the input to be url encoded and
then DSN would decode it after parsing.

@stnguyen90 stnguyen90 requested a review from christyjacob4 July 31, 2023 17:36
Previously, DSN would not be able to parse special characters like "@"
or "/". This adds support by requiring the input to be url encoded and
then DSN would decode it after parsing.
@stnguyen90 stnguyen90 force-pushed the fix-dsn-with-special-chars branch from 5fcd194 to aad39f4 Compare July 31, 2023 17:39
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.

2 participants