Re: Removing support for < 7.4 servers

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Removing support for < 7.4 servers
Дата
Msg-id 53955DC3.4060708@vmware.com
обсуждение исходный текст
Ответ на Re: Removing support for < 7.4 servers  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-odbc
On 06/09/2014 03:59 AM, Michael Paquier wrote:
> On Tue, Apr 1, 2014 at 8:00 PM, Michael Paquier
> <michael.paquier@gmail.com> wrote:
>> Just to keep everybody updated, I have done some progress for that:
>> - Cleanup of the #ifdef ODBCVER blocks
>> - Removal of all references to ~7.4 servers in documentation
>> - Removal of code paths for ~7.4 servers (ksqo, etc.)
>> - Renaming of column PRECISION to COLUMN_SIZE in pgtypes.c
>> - Reorganization and grouping of info*.c, odbcapi*.c, pgapi*.c
>> All those things are organized in different commits in the fork of
>> odbc I am keeping on github to facilitate future merge, and pass all
>> the regression tests including the latest ones committed.
> This work has been rebased on latest master commit (9e71e4d):
> https://github.com/michaelpq/psqlodbc/tree/cleanup-94

Great, thanks for working on this!

- Heikki


В списке pgsql-odbc по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Removing support for < 7.4 servers
Следующее
От: Walter Couto
Дата:
Сообщение: Inconsistency between JDBC and ODBC drivers when dealing with TIMESTAMP WITH TIME ZONE