<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#c36">Comment # 36</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:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>(In reply to Mike Kaganski from <a href="show_bug.cgi?id=121092#c35">comment #35</a>)
<span class="quote">> ...</span >

Taking a look at
<a href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=6de679cca6978694bacf5322c9ab8559740f0443">https://cgit.freedesktop.org/libreoffice/core/commit/?id=6de679cca6978694bacf5322c9ab8559740f0443</a>
from <a href="show_bug.cgi?id=121092#c30">comment 30</a>, I see 4 files modified, they concern:
- ado
- jdbc
- mysql
- odbc
Since we're talking about odbc, I suppose we can consider ado, jdbc, mysql
changes not related and only consider odbc one and so we got:
         <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.

Don't hesitate to revert what I did if you think it'll improve the situation.
I'm not deeply attached to my patches :-)</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>