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

fix: URL-encode password value #282

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Conversation

pnadolny13
Copy link
Contributor

Closes #281

Sqlalchemy needs the url to be encoded as described in https://github.com/snowflakedb/snowflake-sqlalchemy?tab=readme-ov-file#escaping-special-characters-such-as---signs-in-passwords. This alters the default behavior to encode passwords.

@edgarrmondragon edgarrmondragon changed the title fix: encode password string fix: URL-encode password value Oct 25, 2024
@edgarrmondragon edgarrmondragon merged commit 06f6a8a into main Oct 25, 2024
10 checks passed
@edgarrmondragon edgarrmondragon deleted the encode_password_string branch October 25, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

bug: special characters in password cause authentication failures
2 participants