Re: ODBC changes

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp>, <pgsql-odbc(at)postgresql(dot)org>
Cc: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, "Janet Borschowa" <borschow(at)roguewave(dot)com>, "Jason Koeninger" <jkoenin(at)jjcc(dot)com>
Subject: Re: ODBC changes
Date: 2002-11-07 11:23:09
Message-ID: 03AF4E498C591348A42FC93DEA9661B8128B96@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Thanks Hiroshi,

I'll do a release as soon as I can. It might be tomorrow though.

Regards, Dave.

> -----Original Message-----
> From: Hiroshi Inoue [mailto:Inoue(at)tpf(dot)co(dot)jp]
> Sent: 07 November 2002 11:07
> To: pgsql-odbc(at)postgresql(dot)org
> Cc: Peter Eisentraut; Janet Borschowa; Jason Koeninger; Dave Page
> Subject: ODBC changes
>
>
> Hi all,
>
> I've committed changes to cvs for 7.2.0004.
>
> Now the driver under Windows is thread safe by
> default and maybe is available for connection
> pooling.
> The thread safe driver is also available on
> some *nix platforms(maybe linux, Solaris ..)
> thanks to Janet Borschowa. I changed configure.ac
> to support thread safe driver but I'm not an
> expert at all in this field. Please check and
> improve it.
>
> regards,
> Hiroshi Inoue
> http://w2422.nsk.ne.jp/~inoue/
>
> 2002 Oct 10
> 1) Change SQLDescribeCol or SQLColAttribute to return right
> ResultNumCols for keyset/static cursors(bug report from
> surrano(at)mailbox(dot)hu).
> 2) Change PG_TYPE_TEXT -> PG_TYPE_VARCHAR for character columns
> of the result of catalog functions (bug report from Mike Mascari).
>
> 2002 Oct 16
> Change updatable cursors for 'select func()' to not return
> an error(just changing the cursor to be read-only) per bug
> report from Keisaku Sasaki.
>
> 2002 Oct 16
> Added Unix build environment as supplied by Peter Eisentraut.
>
> 2002 Oct 21
> 1) Change SQLExtendedFetch to return SQL_NO_DATA_FOUND not SQL_ERROR
> for non-select cursors per bug(?) report from Gabor.
> 2) Handle the CURS_IN_ROWSET flag properly when the 5th parameter
> of SQLExtendedFetch is NULL per bug report from Janet Borschowa.
>
> 2002 Oct 24
> Add multithreading on Solaris and Linux as supplied by
> Janet Borschowa <borschow(at)roguewave(dot)com>.
>
> 2002 Oct 30
> 1) Change SQLParamOptions to count errors as processed rows
> per bug report from Barry Cohen.
> 2) Fix a bug about date/time escape string per bug report
> from Janet BorSchowa.
>
> 2002 Nov 05
> 1) Improve the handling of dead connections mainly for connection
> pooling(Bug report from Robert John Shepherd).
> 2) Change to not abort on erros(e.g. invalid client_encoding) during
> CC_send_settings() (bug report from sunjune(at)intizen(dot)com).
>
> 2002 Nov 06
> Use thread-safe functions(xxxx_r) if possible.
>
> 2002 Nov 07
> Thread safe driver is available on some platforms.
>

Browse pgsql-odbc by date

  From Date Subject
Next Message Elielson Fontanezi 2002-11-07 13:16:51 Referencial Link with ODBC
Previous Message Hiroshi Inoue 2002-11-07 11:06:55 ODBC changes