Skip to content

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

Open
Jcohen010 wants to merge 9 commits into
dominikpegler:mainfrom
Jcohen010:main
Open

Swap sqlalchemy.utils unquote_plus for urllib.parse unquote_plus in progress_sa/pyodbc.py#1
Jcohen010 wants to merge 9 commits into
dominikpegler:mainfrom
Jcohen010:main

Conversation

@Jcohen010

Copy link
Copy Markdown

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