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

--- Comment #38 from Mike Kaganski <[email protected]> ---
(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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to