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@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@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@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...