Skip to content

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

Merged
eldadfux merged 2 commits into
mainfrom
fix-dsn-with-special-chars
Jul 31, 2023
Merged

Update DSN to support special chars for user and password#3
eldadfux merged 2 commits into
mainfrom
fix-dsn-with-special-chars

Conversation

@stnguyen90

Copy link
Copy Markdown
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.

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
stnguyen90force-pushed the fix-dsn-with-special-chars branch from 5fcd194 to aad39f4CompareJuly 31, 2023 17:39
@eldadfux
eldadfux merged commit 6c272da into mainJul 31, 2023
@stnguyen90
stnguyen90 deleted the fix-dsn-with-special-chars branch August 1, 2023 19:42
Sign up for freeto 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

@stnguyen90@eldadfux