[Libreoffice-bugs] [Bug 121092] Libreoffice 6.1.3.2 does not allow saving Advanced Properties options with SQLITE 3 over ODBC

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Mar 9 16:45:03 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=121092

--- Comment #43 from Julien Nabet <serval2412 at yahoo.fr> ---
(In reply to Mike Kaganski from comment #42)
...
> (In reply to Julien Nabet from comment #32)
> > Lionel: should I submit a patch with false following comments 25 and 26
> 
> Julien: please do!

done here: https://gerrit.libreoffice.org/#/c/68979/

I also noticed that:
    487 void ODBExport::exportApplicationConnectionSettings(const TSettingsMap&
_aSettings)
    488 {
    489     const ::xmloff::token::XMLTokenEnum pSettings[] = {
    490         XML_IS_TABLE_NAME_LENGTH_LIMITED
    491         ,XML_ENABLE_SQL92_CHECK
    492         ,XML_APPEND_TABLE_ALIAS_NAME
    493         ,XML_IGNORE_DRIVER_PRIVILEGES
    494         ,XML_BOOLEAN_COMPARISON_MODE
    495         ,XML_USE_CATALOG
    496         ,XML_MAX_ROW_COUNT
    497         ,XML_SUPPRESS_VERSION_COLUMNS
    498     };
See
https://opengrok.libreoffice.org/xref/core/dbaccess/source/filter/xml/xmlExport.cxx?r=b47bca7f#487

It seems we can't export any settings, see:
schema/odf1.2/OpenDocument-v1.2-os-schema.rng from line 9158
schema/odf1.3/OpenDocument-schema-v1.3.rng from line from line 3036

-- 
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/20190309/15fb0a4f/attachment.html>


More information about the Libreoffice-bugs mailing list