Re: Removing support for < 7.4 servers - Mailing list pgsql-odbc

From Heikki Linnakangas
Subject Re: Removing support for < 7.4 servers
Date
Msg-id 53955DC3.4060708@vmware.com
Whole thread Raw
In response to Re: Removing support for < 7.4 servers  (Michael Paquier <michael.paquier@gmail.com>)
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Removing support for < 7.4 servers
Next
From: Walter Couto
Date:
Subject: Inconsistency between JDBC and ODBC drivers when dealing with TIMESTAMP WITH TIME ZONE