]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
remove non-working mssql description_encoding param
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 11 Jan 2022 14:46:19 +0000 (09:46 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 11 Jan 2022 14:46:19 +0000 (09:46 -0500)
commitae718bbe797f8c06f8ef88a993af7e14007f1834
tree7c7a325aa40e237ee430332d0b36d9f21766c5f7
parent4e9fe6e3b7a72fc3b116403ea9b27e847b5bf186
remove non-working mssql description_encoding param

the description_encoding concept has been fully
removed in 2.0, but this logic was plainly broken
in any case.   The same non-working logic exists in
1.4 as well, where description_encoding as a concept
is not removed, though it is likely that there are no
real-world use cases for it.

Change-Id: Icaf47f4740e3f57063b614a1d4136e0d89f40621
lib/sqlalchemy/dialects/mssql/pyodbc.py