pgsql/src/interfaces/odbc bind.c bind.h connec ... - Mailing list pgsql-committers

From inoue@postgresql.org (Hiroshi Inoue)
Subject pgsql/src/interfaces/odbc bind.c bind.h connec ...
Date
Msg-id 20020328080808.712434759A7@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    inoue@postgresql.org    02/03/28 03:08:07

Modified files:
    src/interfaces/odbc: bind.c bind.h connection.c connection.h
                         convert.c dlg_specific.c dlg_specific.h
                         environ.c execute.c info.c info30.c misc.c
                         misc.h multibyte.c multibyte.h odbcapi.c
                         odbcapi30.c odbcapi30w.c options.c parse.c
                         pgapi30.c pgapifunc.h pgtypes.c pgtypes.h
                         psqlodbc.h psqlodbc.rc psqlodbc_api30.def
                         psqlodbc_api30w.def qresult.c qresult.h
                         resource.h results.c setup.c statement.c
                         statement.h tuple.h win32.mak win32_30w.mak
Added files:
    src/interfaces/odbc: descriptor.h psqlodbc30w.reg

Log message:
    [2002-03-28]
    1) Prepare to separate 4 kinds of Descriptor handles.
    2) Detect the transaction status more naturally.
    3) Improve Parse Statement functionality for the use
    of updatable cursors.
    4) Improve updatable cursors.
    5) Implement SQLGetDescField() and improve SQLColAttribute().
    6) etc.


pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut - PostgreSQL)
Date:
Subject: pgsql/doc/src/sgml pygresql.sgml xindex.sgml r ...
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src/interfaces/python pgmodule.c