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/31 22:01:15

Modified files:
    src/interfaces/odbc: bind.c bind.h connection.c connection.h
                         convert.c convert.h descriptor.h
                         odbcapi30.c odbcapi30w.c parse.c pgapi30.c
                         pgapifunc.h psqlodbc.h qresult.c qresult.h
                         results.c statement.c

Log message:
    1) Add rollback functionality to updatable cursors.
    2) Implement some options for SQLGetDescField().
    3) Handle *Inifinity* timestamp for SQL_C_CHAR type output.
    4) Separate Unicode conversions from common implementations.
    5) Improve internal parse_statement() function.