The version is now 7.01.0010.
authorHiroshi Inoue <inoue@tpf.co.jp>
Mon, 18 Feb 2002 03:16:11 +0000 (03:16 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Mon, 18 Feb 2002 03:16:11 +0000 (03:16 +0000)
commitc4574714ad414a30ef2be0acec62e20eecd694e3
treeb679610c1ff5866b2e693943c8eb33d291fe5070
parentca902615727dddbca4eca6c723e50f805e322c47
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.
21 files changed:
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