<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><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> changed
          <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Remove any remnants from ODBC < 3.0 + add missing functions"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132499">bug 132499</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>lionel@mamane.lu
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Remove any remnants from ODBC < 3.0 + add missing functions"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132499#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Remove any remnants from ODBC < 3.0 + add missing functions"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132499">bug 132499</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>Lionel: 
I began to try to remove SQLFreeStmt and noticed variable "ODBCVER"

extract when grepping ODBCVER: 
external/unixODBC/inc/odbc/sqlext.h:1758:#if (ODBCVER >= 0x0300)
external/unixODBC/inc/odbc/sqlext.h:1766:#endif  /* ODBCVER >= 0x0300 */
external/unixODBC/inc/odbc/sqlext.h:1823:#if (ODBCVER >= 0x0300)
external/unixODBC/inc/odbc/sqlext.h:1827:#endif  /* ODBCVER >= 0x0300 */
external/unixODBC/inc/odbc/sqlext.h:1990:#if (ODBCVER >= 0x0300)
external/unixODBC/inc/odbc/sqltypes.h:23: * default to the 3.51 definitions.
should define ODBCVER before here if you want an older set of defines
external/unixODBC/inc/odbc/sqltypes.h:25:#ifndef ODBCVER
external/unixODBC/inc/odbc/sqltypes.h:26:#define ODBCVER 0x0351

See
<a href="https://opengrok.libreoffice.org/search?project=core&full=ODBCVER&defs=&refs=&path=&hist=&type=&si=full">https://opengrok.libreoffice.org/search?project=core&full=ODBCVER&defs=&refs=&path=&hist=&type=&si=full</a>

Do you think we may consider that ODBCVER = 0x351 or at least remove everything
which consider that ODBCVER < 0x351 ?
More generally, do you think we should follow a specific order?</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>