[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 10:34:47 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=116936
--- Comment #14 from Lionel Elie Mamane <lionel at mamane.lu> ---
So, I'm sitting with btomi96 right now... The firebird driver says it supports
only read-only in ODatabaseMetaData::supportsResultSetConcurrency in
DatabaseMetaData.cxx
That's why... That needs to be enlarged. What we should declare as supported
exactly is not 100% clear at this point. For testing purposes (not ready to
commit), just change this (and ODatabaseMetaData::supportsResultSetType above)
to always return true.
And you'll also need to support/test record deletion and insertion, see the IDL
interface, should be not too hard to write the test code for that.
--
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/d13b221e/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list