<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Libreoffice 6.1.3.2 does not allow saving Advanced Properties options with SQLITE 3 over ODBC"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121092#c38">Comment # 38</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Libreoffice 6.1.3.2 does not allow saving Advanced Properties options with SQLITE 3 over ODBC"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121092">bug 121092</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>(In reply to Julien Nabet from <a href="show_bug.cgi?id=121092#c36">comment #36</a>)
<span class="quote">>          <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.</span >

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?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>