ODBC changes - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject ODBC changes
Date
Msg-id 3C709E90.D8B90A00@tpf.co.jp
Whole thread Raw
List pgsql-odbc
Hi all,

I committed the following changes to cvs.
The version is now 7.01.0010.
You can download the dll from
   http://w2422.nsk.ne.jp/~inoue/ .

regards,
Hiroshi Inoue

1) Handle parameter array.
2) Allow re-use of the connection handle after SQLDisconnect.
3) Reject NULL if no indicator specified.
4) Improve the handling of '_' in table name.
5) Unify internal begin/commit/abort operations.
6) Change SQLTables() to return null not "" for the
   table_owner.
7) Fix a bug about parameter handling reported by Benoit Menendez.
8) Add cast in handling ODBC date/time escape sequences.
9) Fix a bug about cache_size handing in declare/fetch mode.

[ODBC3.0 related]
10) Improve the handling of descriptor handles(ODBC3.0).
11) Improve the type handling of some types for ODBC3.0.

[Thanks to Marcelo Aceto for his useful patches]
12) Allow nested ODBC escape.
13) Allow changing autocommit on/off inside the transaction
    block.
14) Improve the handling of ODBC scalar functions.

pgsql-odbc by date:

Previous
From: Laurette Cisneros
Date:
Subject: Re: time problem with postgres ODBC driver (fwd)
Next
From: Jean-Michel POURE
Date:
Subject: Re: Unicode support