| From: | Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> |
|---|---|
| To: | "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>, Aceto <aceto(at)newinf(dot)com(dot)br> |
| Subject: | ODBC changes |
| Date: | 2002-02-18 06:26:24 |
| Message-ID: | 3C709E90.D8B90A00@tpf.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Markus Wagner | 2002-02-18 06:59:35 | serious trouble with bool and Access |
| Previous Message | Laurette Cisneros | 2002-02-14 17:28:34 | Re: time problem with postgres ODBC driver (fwd) |