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/99ac81b30e2b272d7d9af28888bb4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/99ac81b30e2b272d7d9af28888bb4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
58fbaf92 by Alexandre Julliard at 2025-05-21T18:16:40+02:00
ntdll: Add tracing for syscall entry/exit.
Unlike +relay, this should be transparent to the application.
- - - - -
91d6a45c by Alexandre Julliard at 2025-05-21T18:16:40+02:00
ntdll: Add tracing for user callback entry/exit.
- - - - -
4ea640fe by Alexandre Julliard at 2025-05-21T21:31:40+02:00
wineps: Use the correct metrics count in generated font data.
Spotted by Yuxuan Shui.
- - - - -
12 changed files:
- dlls/ntdll/unix/loader.c
- dlls/ntdll/unix/server.c
- dlls/ntdll/unix/signal_arm.c
- dlls/ntdll/unix/signal_arm64.c
- dlls/ntdll/unix/signal_i386.c
- dlls/ntdll/unix/signal_x86_64.c
- dlls/ntdll/unix/thread.c
- dlls/ntdll/unix/unix_private.h
- dlls/win32u/syscall.c
- dlls/wineps.drv/corefonts.c
- include/wine/unixlib.h
- tools/make_unicode
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3aa28e452018d528abb3b8fe95733…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3aa28e452018d528abb3b8fe95733…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
db942875 by Piotr Caban at 2025-05-21T18:16:39+02:00
msado15: Return error in recordset_MoveNext when there are no more records.
- - - - -
0b747754 by Piotr Caban at 2025-05-21T18:16:39+02:00
msado15: Skip columns without name in create_bindings.
- - - - -
15bdfb00 by Piotr Caban at 2025-05-21T18:16:39+02:00
msado15: Handle DBTYPE_VARIANT in load_all_recordset_data.
- - - - -
d3d37fde by Piotr Caban at 2025-05-21T18:16:39+02:00
msado15: Pass DBCOLUMNINFO to append_field helper.
- - - - -
e27e4238 by Piotr Caban at 2025-05-21T18:16:39+02:00
msado15: Add Field_put_Precision implementation.
- - - - -
03f477d6 by Piotr Caban at 2025-05-21T18:16:39+02:00
msado15: Add Field_get_Precision implementation.
- - - - -
b269c0c1 by Piotr Caban at 2025-05-21T18:16:39+02:00
msado15: Add Field_put_NumericScale implementation.
- - - - -
16b784d0 by Piotr Caban at 2025-05-21T18:16:39+02:00
msado15: Add Field_get_NumericScale implementation.
- - - - -
2 changed files:
- dlls/msado15/recordset.c
- dlls/msado15/tests/msado15.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a80abc78e96d2fb3316d8661782b0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a80abc78e96d2fb3316d8661782b0…
You're receiving this email because of your account on gitlab.winehq.org.