[Libreoffice-bugs] [Bug 116936] Firebird SDBC should implement XRowUpdate interface
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Sep 13 15:32:27 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=116936
--- Comment #17 from Julien Nabet <serval2412 at yahoo.fr> ---
After having waited for the whole build whereas I just added some traces on
dbaccess part, the pb is m_xDelegatorResultSetUpdate isn't defined.
Here are the console logs:
m_nResultSetConcurrency == ResultSetConcurrency::READ_ONLY=0
!m_xDelegatorResultSetUpdate.is()=1
Opengroking "m_xDelegatorResultSetUpdate" gives:
https://opengrok.libreoffice.org/search?project=core&full=m_xDelegatorResultSetUpdate&defs=&refs=&path=&hist=&type=&si=full
m_xDelegatorResultSetUpdate.set(m_xDelegatorResultSet, css::uno::UNO_QUERY);
in the ctr.
m_xDelegatorResultSet is initialized some lines above, still in ctr:
m_xDelegatorResultSet(_xResultSet)
Then I'm a bit stuck.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190913/5434b7f3/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list