https://bugs.documentfoundation.org/show_bug.cgi?id=167434
--- Comment #7 from [email protected] --- The problem is that, apart from jdbcDriverOOo, I don't know of any driver that uses XRowLocate, and jdbcDriverOOo has been working around this problem from the start with a Boolean field: onInsertRow that is tested before the cancelRowUpdates() method is executed. So, to highlight this problem, I first need to produce a version of jdbcDriverOOo that no longer supports this workaround, and then I can effectively write a macro. Ouf... To save time, I've proposed this fix: https://gerrit.libreoffice.org/c/core/+/187567 -- You are receiving this mail because: You are the assignee for the bug.
