[Git][wine/wine][master] 7 commits: msado15: Don't crash if IRowsetUpdate::Update doesn't allocate status in _Recordset::Update.
Alexandre Julliard pushed to branch master at wine / wine Commits: 452d82e9 by Piotr Caban at 2026-04-28T22:24:22+02:00 msado15: Don't crash if IRowsetUpdate::Update doesn't allocate status in _Recordset::Update. - - - - - 7f1b46a0 by Piotr Caban at 2026-04-28T22:24:22+02:00 msado15: Take cache size into account when calculating offset from current row in recordset_Find. - - - - - d3aaa93e by Piotr Caban at 2026-04-28T22:24:22+02:00 msado15: Initialize recordset->current_row in recordset_Find. - - - - - 2346abb8 by Piotr Caban at 2026-04-28T22:24:22+02:00 msado15: Validate arguments in _Recordset::put_CursorLocation. - - - - - ecd32245 by Piotr Caban at 2026-04-28T22:24:22+02:00 msado15: Print FIXME message when client-side cursor is requested. - - - - - 1f953be3 by Piotr Caban at 2026-04-28T22:24:22+02:00 msado15: Rename create_mem_rowset to create_client_cursor. The function creates disconnected client-side cursor. - - - - - b7afa668 by Piotr Caban at 2026-04-28T22:24:22+02:00 msado15: Print FIXME message when changing active connection when recordset is open. - - - - - 6 changed files: - dlls/msado15/Makefile.in - dlls/msado15/rowset.c → dlls/msado15/client_cursor.c - dlls/msado15/msado15_private.h - dlls/msado15/recordset.c - dlls/msado15/rowsetex.c → dlls/msado15/server_cursor.c - dlls/msado15/tests/msado15.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/226cac6ccefc6119147ddabd8c0609... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/226cac6ccefc6119147ddabd8c0609... 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)