https://bugs.documentfoundation.org/show_bug.cgi?id=132499
Julien Nabet <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #1 from Julien Nabet <[email protected]> ---
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._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs