[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 17:16:16 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=121092
--- Comment #44 from Mike Kaganski <mikekaganski at hotmail.com> ---
(In reply to Julien Nabet from comment #43)
> 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
I'm not sure I follow you here; but please note that that list corresponds with
what is written to ODB's content.xml as db:driver-settings element's
attributes, as opposed to sub-elements of db:application-connection-settings,
which is how other settings are written here.
All the settings might be written as far as I see.
--
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/ba6b4e7b/attachment.html>
More information about the Libreoffice-bugs
mailing list