[Git][wine/wine][master] 7 commits: odbc32: Fix SQLBrowseConnect tests.
Alexandre Julliard pushed to branch master at wine / wine Commits: 40bcce8a by Piotr Caban at 2026-04-17T18:25:48+02:00 odbc32: Fix SQLBrowseConnect tests. - - - - - aa423802 by Piotr Caban at 2026-04-17T18:25:48+02:00 odbc32: Use SQLFreeHandle in SQLFreeStmt if possible. - - - - - 4a05d639 by Piotr Caban at 2026-04-17T18:25:48+02:00 odbc32: Only set connection and login timeout if it was ever set. - - - - - 1a920792 by Piotr Caban at 2026-04-17T18:25:48+02:00 odbc32: Don't call into driver in SQLGetEnvAttr. Environment attributes are handled by driver manager. - - - - - 0d537d17 by Piotr Caban at 2026-04-17T18:25:48+02:00 odbc32: Don't call into driver in SQLSetEnvAttr. - - - - - 0cc8a30c by Piotr Caban at 2026-04-17T18:25:48+02:00 odbc32: Implement sharing environment handle between connections. - - - - - 170669b9 by Piotr Caban at 2026-04-17T18:25:48+02:00 odbc32: Don't leak connection object if it's reused in connect functions. - - - - - 3 changed files: - dlls/odbc32/proxyodbc.c - dlls/odbc32/tests/odbc32.c - dlls/odbc32/unixlib.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fb01d0885131cc90a48774b89a250b... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fb01d0885131cc90a48774b89a250b... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)