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

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

From
inoue@postgresql.org (Hiroshi Inoue)
Date:
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.