April 15, 2026
10:24 a.m.
-- v2: odbc32: Don't leak connection object if it's reused in connect functions. odbc32: Implement sharing environment handle between connections. odbc32: Don't call into driver in SQLSetEnvAttr. odbc32: Don't call into driver in SQLGetEnvAttr. odbc32: Only set connection and login timeout if it was ever set. odbc32: Use SQLFreeHandle in SQLFreeStmt if possible. odbc32: Fix SQLBrowseConnect tests. https://gitlab.winehq.org/wine/wine/-/merge_requests/10669