Re: ODBC changes

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: ODBC changes
Дата
Msg-id 03AF4E498C591348A42FC93DEA9661B8128C87@mail.vale-housing.co.uk
обсуждение исходный текст
Ответ на ODBC changes  (Hiroshi Inoue <Inoue@tpf.co.jp>)
Список 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@tpf.co.jp]
> Sent: 27 November 2002 09:44
> To: pgsql-odbc@postgresql.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.
>

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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Problem about Bytea and SQL_C_CHAR
Следующее
От: Jeff Eckermann
Дата:
Сообщение: Re: Can't get more than 255 chars out of memo field in Acc