anthony-tuininga / ceODBC

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

Support for SQL_GUID #15

Open osuchw opened 1 month ago

osuchw commented 1 month ago

Hi Anthony, Any chance of adding SQL_GUID support to the driver? ceODBC.exceptions.NotSupportedError: SQL data type -11 not supported

In the simplest case it could be mapped to DB_TYPE_STRING. pyodbc seems to have an option to use UUID. (https://github.com/mkleehammer/pyodbc/issues/177)