18 Jul
2024
18 Jul
'24
9:43 a.m.
On Thu Jul 18 09:27:07 2024 +0000, Alistair Leslie-Hughes wrote:
The application is calling SQLAllocHandle but the underlying driver only implements SQLAllocEnv/SQLAllocConnect and not SQLAllocHandle. For reference, this basically states the behavior implemented. https://learn.microsoft.com/en-us/sql/odbc/reference/develop-app/mapping-rep... I see. Mapping v3 to v2 can only be partial however, so I wonder how the application handles that.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6114#note_76511