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