blue-yonder / turbodbc

Turbodbc is a Python module to access relational databases via the Open Database Connectivity (ODBC) interface. The module complies with the Python Database API Specification 2.0.
http://turbodbc.readthedocs.io/en/latest
MIT License
616 stars 86 forks source link

Investigate slowdown in 4.5.8 #396

Closed SimeonStoykovQC closed 10 months ago

SimeonStoykovQC commented 1 year ago

4.5.8 (or 4.5.7) introduced a different utf16<->utf8 conversion, which might have slowed down turbodbc

SimeonStoykovQC commented 10 months ago

Re-opened in #400