ODBC changes

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Cc: Glen Parker <glenebob(at)nwlink(dot)com>, Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Subject: ODBC changes
Date: 2002-11-27 09:43:36
Message-ID: 3DE493C8.BA6366EA@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

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.

Browse pgsql-odbc by date

  From Date Subject
Next Message Henshall, Stuart - Design & Print 2002-11-27 09:51:49 Re: Can't get more than 255 chars out of memo field in Acc
Previous Message Han 2002-11-27 06:19:37 Problem about Bytea and SQL_C_CHAR