[Libreoffice-bugs] [Bug 119743] Libreoffice 6.1 base: can't save special options
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Sep 7 21:12:19 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=119743
Julien Nabet <serval2412 at yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lionel at mamane.lu
--- Comment #2 from Julien Nabet <serval2412 at yahoo.fr> ---
Seems related to
https://cgit.freedesktop.org/libreoffice/core/commit/?id=d6fce54c82868b82bd6fa190db6047d69bbb3ecf
Lionel: reading comment of the commit, why don't we match 2) with 1) and so
display only driver/datasource properties supported?
In my case if "End text lines with CR+LF" doesn't stay enabled after having
checked the option on my hsqldb embedded database, I suppose it's because
hsqldb embedded database doesn't support it. So what's the interest to display
the option?
Reading
https://cgit.freedesktop.org/libreoffice/core/commit/?id=a29d97e6ddab8ec002ba9827bd5fc874117712e0,
I wonder if
connectivity/registry/hsqldb/org/openoffice/Office/DataAccess/Drivers.xcu
should be changed to replace "Features" by "Properties"
Now about reporter's case and JDBC, I noticed that ParameterNameSubstitution
was in Features part. What about putting it a ParameterNameSubstitution block
in Properties part but with false value by default?
More simply shouldn't we remove getFeatures and just keep getProperties?
+ some cleanup in Drivers.xcu files
--
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/20180907/504eb130/attachment.html>
More information about the Libreoffice-bugs
mailing list