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

Swap sqlalchemy.utils unquote_plus for urllib.parse unquote_plus in progress_sa/pyodbc.py #1

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Jcohen010
Copy link

I noticed in my testing that using this dialect with SQLAlchemy when it is above version 2.0 does not work as the unquote_plus method is no longer supported. I have changed the file to utilize the urllibs.parse version of unquote_plus, which should be future proof as it is part of the standard library.

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.

1 participant