https://bugs.documentfoundation.org/show_bug.cgi?id=105112
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #17 from Julien Nabet <[email protected]> --- (In reply to How can I remove my account? from comment #6) > Except that the css::sdbc::XDatabaseMetaData interface is a published one, > so it can't be changed. Sigh. Perhaps we may add a function isFunctionSupported(<functionName>) in XDatabaseMetaData2 (which isn't published if I don't misunderstand https://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/sdbc/XDatabaseMetaData2.idl?r=5687eba4) ? I'm not an expert but I imagine this plan once the function is added in XDatabaseMetaData2: - every DB driver should include XDatabaseMetaData2 in addition to XDatabaseMetaData - implements isFunctionSupported - use of isFunctionSupported is it wrong? naive? incomplete? -- You are receiving this mail because: You are the assignee for the bug.
