[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 13:28:56 UTC 2019


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

--- Comment #38 from Mike Kaganski <mikekaganski at hotmail.com> ---
(In reply to Julien Nabet from comment #36)
>          <node oor:name="BooleanComparisonMode" oor:op="replace">
> -          <prop oor:name="Value" oor:type="xs:boolean">
> -            <value>true</value>
> +          <prop oor:name="Value" oor:type="xs:int">
> +            <value>0</value>
>            </prop>
>          </node>
>          <node oor:name="FormsCheckRequiredFields" oor:op="replace">
> @@ -165,7 +165,7 @@
>          </node>
>          <node oor:name="UseKeywordAsBeforeAlias" oor:op="replace">
>            <prop oor:name="Value" oor:type="xs:boolean">
> -            <value>false</value>
> +            <value>true</value>
>            </prop>
>          </node>
> Both don't concern "RespectDriverResultSetType" quoted in previous comments.
> 
> I'm a bit lost here.

E.g., some code (that reads multiple settings, including
RespectDriverResultSetType) tries to read boolean from BooleanComparisonMode
(when now it's int), and that throws; so the rest is not read at all?

-- 
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/ad4e0758/attachment.html>


More information about the Libreoffice-bugs mailing list