Bug: BIGINT problem - Mailing list pgsql-odbc

From Georgi Kolev
Subject Bug: BIGINT problem
Date
Msg-id 200402151639.07537.geo_kolev@mail.ru
Whole thread Raw
List pgsql-odbc
Hi,

I have a problem when I try to compile the driver with unixODBC with BIGINT
support. Standard compilation version gives ver 2.50. On BIGINT table column
it returns result type as varchar().
To change to ver 3.51 I add on the top of config.h (after
making ./configure !!):
#define ODBCVER 0x0351
#define WIN32_FOO 1

On line 1136 change WIN32 to WIN32_FOO:
..............
#if (ODBCVER >= 0x0300) && defined(ODBCINT64)
#ifdef WIN32_FOO
            case SQL_C_SBIGINT:
.................

It works, but I would be grateful if someone could propose better solution
because I realize that this is a hack and not quite good.

Best Regards,
Georgi Kolev


pgsql-odbc by date:

Previous
From: sanjeev_magoo@yahoo.com (Sanjeev)
Date:
Subject: How to ignore password in ODBC ???
Next
From: Georgi Kolev
Date:
Subject: missing #include in multibyte.c