Re: Odbcapi30.c - 64 bit compiler warning cleanup - Mailing list pgsql-odbc

From Tom Lane
Subject Re: Odbcapi30.c - 64 bit compiler warning cleanup
Date
Msg-id 1802.1138372239@sss.pgh.pa.us
Whole thread Raw
In response to Re: Odbcapi30.c - 64 bit compiler warning cleanup  (Ludek Finstrle <luf@pzkagis.cz>)
List pgsql-odbc
Ludek Finstrle <luf@pzkagis.cz> writes:
>   RETCODE        SQL_API
>   PGAPI_SetConnectOption(HDBC hdbc,
>               SQLUSMALLINT fOption,
> !             SQLUINTEGER vParam)
>   {
>       CSTR func = "PGAPI_SetConnectOption";
>       ConnectionClass *conn = (ConnectionClass *) hdbc;
> --- 314,320 ----
>   RETCODE        SQL_API
>   PGAPI_SetConnectOption(HDBC hdbc,
>               SQLUSMALLINT fOption,
> !             SQLPOINTER vParam)
>   {
>       CSTR func = "PGAPI_SetConnectOption";
>       ConnectionClass *conn = (ConnectionClass *) hdbc;

The problem with this is that it creates an ABI breakage.  I don't think
we can just push this out as a bug fix --- it would require a major
version bump, no?

            regards, tom lane

pgsql-odbc by date:

Previous
From: Ludek Finstrle
Date:
Subject: Re: odbc recordset.open with adCmdTable gets entire table on call
Next
From: "Dave Page"
Date:
Subject: Re: Odbcapi30.c - 64 bit compiler warning cleanup