[Libreoffice-bugs] [Bug 132499] Remove any remnants from ODBC < 3.0 + add missing functions

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Apr 29 18:16:08 UTC 2020


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

Julien Nabet <serval2412 at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lionel at mamane.lu

--- Comment #1 from Julien Nabet <serval2412 at yahoo.fr> ---
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
https://opengrok.libreoffice.org/search?project=core&full=ODBCVER&defs=&refs=&path=&hist=&type=&si=full

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?

-- 
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/20200429/5d0064f5/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list