https://bugs.documentfoundation.org/show_bug.cgi?id=168145
--- Comment #1 from [email protected] --- When performing an positioned insert on a ResultSet supporting the XRowLocate interface, the following calls are made by Base: - https://github.com/LibreOffice/core/blob/master/dbaccess/source/core/api/RowSet.cxx#L839 - https://github.com/LibreOffice/core/blob/master/dbaccess/source/core/api/RowSetCache.cxx#L1261 - https://github.com/LibreOffice/core/blob/master/dbaccess/source/core/api/WrappedResultSet.cxx#L81 - https://github.com/LibreOffice/core/blob/master/dbaccess/source/core/api/resultset.cxx#L927 When performing an positioned insert on a ResultSet not supporting the XRowLocate interface, the following calls are made by Base: - https://github.com/LibreOffice/core/blob/master/dbaccess/source/core/api/RowSet.cxx#L839 - https://github.com/LibreOffice/core/blob/master/dbaccess/source/core/api/RowSetCache.cxx#L1261 - https://github.com/LibreOffice/core/blob/master/dbaccess/source/core/api/KeySet.cxx#L585 -- You are receiving this mail because: You are the assignee for the bug.
