anthony-tuininga / ceODBC

Python module for accessing databases using the ODBC API.
https://anthony-tuininga.github.io/ceODBC/
12 stars 8 forks source link

Handle Unicode string correctly. #2

Closed fancidev closed 7 years ago

fancidev commented 7 years ago

Hello Anthony, when testing the package under Python 3.5 and 3.6 with Access ODBC I encountered the following issues which appear to be related to incorrect Unicode handling in a few places:

This pull request hopefully fixes the issues. Thanks for reviewing!

anthony-tuininga commented 7 years ago

Thanks!