Alexandre Julliard pushed to branch master at wine / wine
Commits: 2cfa9289 by Piotr Caban at 2025-11-21T16:50:02+01:00 msado15: Remove _Recordset::put_Filter hack.
It's hard to preserve it while IRowset callbacks are used to obtain data.
- - - - - bbcf7155 by Piotr Caban at 2025-11-21T16:50:05+01:00 msado15: Implement IRowsetLocate::GetRowsAt for tables without provider.
- - - - - e1aa69fb by Piotr Caban at 2025-11-21T16:50:05+01:00 msado15: Set bookmark column value in rowset_change_InsertRow.
- - - - - c418a8b9 by Piotr Caban at 2025-11-21T16:50:05+01:00 msado15: Handle data type conversion in rowset_GetData.
- - - - - 86294429 by Piotr Caban at 2025-11-21T16:50:06+01:00 msado15: Use IRowsetLocate to access database rows if available.
- - - - - f87a9b4d by Piotr Caban at 2025-11-21T16:50:06+01:00 msado15: Reimplement _Recordset::{put,get}_Bookmark.
- - - - - 1ccc6d27 by Piotr Caban at 2025-11-21T16:50:06+01:00 msado15: Add _Recordset::MoveFirst test.
- - - - - 260913a9 by Piotr Caban at 2025-11-21T16:50:06+01:00 msado15: Remove unused code for storing/manipulating database data in _Recordset object.
- - - - - 9bd066a9 by Piotr Caban at 2025-11-21T16:50:07+01:00 msado15: Remove IRowset QueryInterface checks.
I've left tests for interfaces we don't implement.
- - - - -
3 changed files:
- dlls/msado15/recordset.c - dlls/msado15/rowset.c - dlls/msado15/tests/msado15.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4f4e103ce03bb887fde69f5ae29c8a...