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: "Glen Parker" <glenebob(at)nwlink(dot)com>
Subject: Re: ODBC changes
Date: 2002-11-27 10:23:36
Message-ID: 03AF4E498C591348A42FC93DEA9661B8128C87@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi Hiroshi,

Couple of questions:

1) Now seems the ideal time for 07.03.0001. Do you agree?

2) Is the ODBC3 driver ready to become the main one yet? I've not seen
many bug reports - or for the Unicode one for that matter. Should we now
junk the 2.5 version and just distribute the other 2?

Regards, Dave.

> -----Original Message-----
> From: Hiroshi Inoue [mailto:Inoue(at)tpf(dot)co(dot)jp]
> Sent: 27 November 2002 09:44
> To: pgsql-odbc(at)postgresql(dot)org
> Cc: Glen Parker; Dave Page
> Subject: ODBC changes
>
>
> Hi all,
>
> I've committed changes to cvs for 7.2.0005.
> This version is mainly for bug fixes.
> Thanks to all bug reportes.
>
> regards,
> Hiroshi Inoue
> http://w2422.nsk.ne.jp/~inoue/
>
> 2002 Nov 12
> Fix a crash bug thanks to Ryo Hattori.
>
> 2002 Nov 13
> 1) Fixed pretty many 'if (..);' lines(my fault sorry).
> 2) Add a few #include lines(config.h pthread,h) for *nix.
> 3) Supress automatic client_encoding setting in some cases.
>
> 2002 Nov 22
> Use SQL_TYPE_DATE, SQL_TYPE_TIME and SQL_TYPE_TIMESTAMP
> instead of SQL_DATE, SQL_TIME and SQL_TIMESTAMP in ODBC 3.X.
> Change SQLGetTypeinfo to display ODBC3.x info.
>
> 2002 Nov 25
> Change SQLRowCount to return SQL_SUCCESS not SQL_ERROR
> if the statement executed fine.
> Fix a bug reported by Glen Parker.
>
> 2002 Nov 26
> Change CURSOR_TYPE or CONCURRENCY statement attribute to
> be reset on cursor close per bug report from Glen Parker.
>

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Jeff Eckermann 2002-11-27 15:46:51 Re: Can't get more than 255 chars out of memo field in Acc
Previous Message Hiroshi Inoue 2002-11-27 10:03:09 Re: Problem about Bytea and SQL_C_CHAR