Thread: pgsql/src/interfaces/odbc connection.c connect ...

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

From
inoue@postgresql.org (Hiroshi Inoue)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    inoue@postgresql.org    02/03/14 00:42:04

Modified files:
    src/interfaces/odbc: connection.c connection.h convert.c
                         environ.c execute.c info.c info30.c
                         multibyte.c odbcapi30.c options.c parse.c
                         psqlodbc.h psqlodbc_api30.def
                         psqlodbc_api30w.def qresult.c qresult.h
                         results.c statement.c statement.h tuple.h

Log message:
    1) Internal improvements to handle updatable cursors(1st cut).
    2) Fix a bug in SQLColAttribute().