Promoting the enhanced branch

Lists: pgsql-odbc
From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Hiroshi Inoue" <inoue(at)tpf(dot)co(dot)jp>, "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
Cc: <pgsql-odbc(at)postgresql(dot)org>, "Ludek Finstrle" <luf(at)pzkagis(dot)cz>
Subject: Promoting the enhanced branch
Date: 2006-04-08 19:01:26
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4011C9B6F@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-odbc

As any of you who watch pgsql-committers will have seen, I have now
moved the enahnced branch to CVS tip. Specifically, I have:

1) Created a REL-08_01_STABLE branch from CVS tip
2) Moved the REL-07_03_ENHANCED code to CVS tip
3) Bumped the version number to 08.02.0001
4) Standardised filenames and directory names (but not library names) to
reflect that we now only have an ODBC 3.51, Unicode build.
5) Defaulted the ODBC version number to 0x351 in all places (previously
it had different values in different files)
6) updated the Windows installer as appropriate, and introduced a new
version specific element to the path to allow concurrent installation
with 08.01.xxxx.
7) Updated all libnames to psqlodbc35w.(so|lib|dylib|whatever).
8) Updated the release notes.

The code builds as expected on Linux (with unixODBC) and Windows XP with
VC++ 6.0.

Please take a few minutes to checkout the code and ensure everything
looks as it should if you are able.

Thanks, Dave.


From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
To: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>, "Hiroshi Inoue" <inoue(at)tpf(dot)co(dot)jp>
Cc: <pgsql-odbc(at)postgresql(dot)org>, "Ludek Finstrle" <luf(at)pzkagis(dot)cz>
Subject: Re: Promoting the enhanced branch
Date: 2006-04-10 10:14:45
Message-ID: 007901c65c87$9904d950$70110dde@IBMC4B5932F74B
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-odbc

Hi Dave.

Addition of some information.

> The code builds as expected on Linux (with unixODBC) and Windows XP with
> VC++ 6.0.

VC6 and VC7 are supported in Windows.
Moreover, Only VC7 supports a Delay Load.
iODBC and unixODBC are supported in Linux.

>
> Please take a few minutes to checkout the code and ensure everything
> looks as it should if you are able.

Preparing environment, it can see soon.
My environment is now confused.:-(

Regards,
Hiroshi Saito


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-odbc(at)postgresql(dot)org
Cc: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Subject: Re: Promoting the enhanced branch
Date: 2006-04-10 11:49:34
Message-ID: 200604101349.35078.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-odbc

Am Samstag, 8. April 2006 21:01 schrieb Dave Page:
> 7) Updated all libnames to psqlodbc35w.(so|lib|dylib|whatever).

What is that supposed to accomplish? If we're dropping the Unicode/ANSI
dichotomy, I'd rather go back to plain psqlodbc.so for the Unix builds. I'm
not sure about the exact implications on Windows. But in general I think
this will just annoy people if they have to change their configurations for
no apparent reason.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


From: "Alan Potter" <alanjpotter(at)gmail(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Promoting the enhanced branch
Date: 2006-04-12 18:16:51
Message-ID: 6ac68e6f0604121116i4784fffuf238e42a4c7e81e3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-odbc

I had the chance to grab this and build it on Fedora Core 4 and Solaris.
Seems to work well.

Is there a planned release date for 08.02.0001?

Thanks,
Alan

On 4/8/06, Dave Page <dpage(at)vale-housing(dot)co(dot)uk> wrote:
>
> As any of you who watch pgsql-committers will have seen, I have now
> moved the enahnced branch to CVS tip. Specifically, I have:
>
> 1) Created a REL-08_01_STABLE branch from CVS tip
> 2) Moved the REL-07_03_ENHANCED code to CVS tip
> 3) Bumped the version number to 08.02.0001
> 4) Standardised filenames and directory names (but not library names) to
> reflect that we now only have an ODBC 3.51, Unicode build.
> 5) Defaulted the ODBC version number to 0x351 in all places (previously
> it had different values in different files)
> 6) updated the Windows installer as appropriate, and introduced a new
> version specific element to the path to allow concurrent installation
> with 08.01.xxxx.
> 7) Updated all libnames to psqlodbc35w.(so|lib|dylib|whatever).
> 8) Updated the release notes.
>
> The code builds as expected on Linux (with unixODBC) and Windows XP with
> VC++ 6.0.
>
> Please take a few minutes to checkout the code and ensure everything
> looks as it should if you are able.
>
> Thanks, Dave.
>

--
"Dealing with failure is easy: Work hard to improve. Success is also easy to
handle: You've solved the wrong problem. Work hard to improve."
-- Alan J. Perlis