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
},
)
- def __init__(
- self, description_encoding=None, fast_executemany=False, **params
- ):
- if "description_encoding" in params:
- self.description_encoding = params.pop("description_encoding")
+ def __init__(self, fast_executemany=False, **params):
super(MSDialect_pyodbc, self).__init__(**params)
self.use_scope_identity = (
self.use_scope_identity