pgsql/src/interfaces/odbc bind.c connection.c ...

From: inoue(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/odbc bind.c connection.c ...
Date: 2002-02-18 03:16:13
Message-ID: 200202180316.g1I3GDL37189@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: inoue(at)postgresql(dot)org 02/02/17 22:16:12

Modified files:
src/interfaces/odbc: bind.c connection.c connection.h convert.c
convert.h environ.c execute.c info.c
odbcapi.c odbcapi30.c options.c parse.c
pgapifunc.h pgtypes.c pgtypes.h psqlodbc.h
psqlodbc.rc qresult.c results.c statement.c
statement.h

Log message:
The version is now 7.01.0010.
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.

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2002-02-18 03:40:15 pgsql/doc TODO
Previous Message inoue 2002-02-18 02:15:06 pgsql/src/interfaces/odbc info30.c