pgsql/src/interfaces/odbc bind.c bind.h connec ...

From: inoue(at)postgresql(dot)org (Hiroshi Inoue)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/odbc bind.c bind.h connec ...
Date: 2002-05-22 05:51:03
Message-ID: 20020522055103.B721F475B98@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/05/22 01:51:03

Modified files:
src/interfaces/odbc: bind.c bind.h connection.c connection.h
convert.c descriptor.h dlg_specific.c
environ.c execute.c info.c info30.c misc.c
misc.h odbcapi.c odbcapi30.c odbcapi30w.c
options.c parse.c pgapi30.c pgapifunc.h
pgtypes.c psqlodbc.h psqlodbc.rc qresult.c
qresult.h results.c statement.c statement.h
tuple.h

Log message:
1) Support Keyset Driven driver cursors.
2) Supprt ARD precision/scale and SQL_C_NUEMRIC.
3) Minimal implementation of SQLGetDiagField().
4) SQLRowCount() reports the result of SQLSetPos and SQLBulkOperation.
5) int8 -> SQL_NUMERIC for Microsoft Jet.
6) Support isolation level change.
7) ODBC3.0 SQLSTATE code.
8) Append mode log files.

Browse pgsql-committers by date

  From Date Subject
Next Message Hiroshi Inoue 2002-05-22 07:46:58 pgsql/src/backend catalog/heap.c utils/adt/tid.c
Previous Message Tom Lane 2002-05-21 22:59:01 pgsql/src backend/commands/copy.c backend/exec ...