10 Aug
2024
10 Aug
'24
4:55 a.m.
This fixes two regression with the latest ODBC32 updates. - SQLAllocStmt is an ODBC v2 function, so use the SQLAllocHandle (odbc v3) by default. - SQLBindCol call the actual driver function (appears to be a copy paste mistake). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6247