April 16, 2026
2:05 p.m.
Hans Leidekker (@hans) commented about dlls/odbc32/proxyodbc.c:
if (!env) return SQL_INVALID_HANDLE;
- if (env->hdr.unix_handle) - { - ret = get_env_attr_unix( env, Attribute, Value, BufferLength, StringLength ); - } - else if (env->hdr.win32_handle) - { - ret = get_env_attr_win32( env, Attribute, Value, BufferLength, StringLength ); - } - else
I guess this could use a test. The MySQL driver I have here exports SQLGet/SetEnvAttr(). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10669#note_136508