[Git][wine/wine][master] 3 commits: odbc32: Ignore SQL_ATTR_CONNECTION_POOLING on global environment.
Alexandre Julliard pushed to branch master at wine / wine Commits: d1921622 by Nikolay Sivov at 2025-05-21T21:31:48+02:00 odbc32: Ignore SQL_ATTR_CONNECTION_POOLING on global environment. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - dbce7fe0 by Nikolay Sivov at 2025-05-21T21:31:48+02:00 odbc32: Improve string attribute detection in SQLSetStmtAttr(). None of ODBC standard statement attributes are specified to use string values. Currently passing user pointer such as SQL_ATTR_ROW_ARRAY_SIZE could get "converted", providing driver with unrelated pointer, which is also immediately freed on return. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - be4a8a21 by Nikolay Sivov at 2025-05-21T21:31:48+02:00 odbc32: Fix data buffer size handling when forwarding SQLGetInfo -> SQLGetInfoW. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - 3 changed files: - dlls/odbc32/proxyodbc.c - include/sql.h - include/sqlext.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/99ac81b30e2b272d7d9af28888bb46... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/99ac81b30e2b272d7d9af28888bb46... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)