Re: Odbcapi30.c - 64 bit compiler warning cleanup

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Odbcapi30.c - 64 bit compiler warning cleanup
Дата
Msg-id 1802.1138372239@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Odbcapi30.c - 64 bit compiler warning cleanup  (Ludek Finstrle <luf@pzkagis.cz>)
Список 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 по дате отправления:

Предыдущее
От: Ludek Finstrle
Дата:
Сообщение: Re: odbc recordset.open with adCmdTable gets entire table on call
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Odbcapi30.c - 64 bit compiler warning cleanup