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

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

From
inoue@postgresql.org (Hiroshi Inoue)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    inoue@postgresql.org    02/03/11 05:25:58

Modified files:
    src/interfaces/odbc: bind.c connection.c convert.c
                         dlg_specific.c info.c options.c psqlodbc.h
                         results.c statement.c

Log message:
    Bug fixes for the 2002-03-08 change.
    1) Put back the error message for SQLError().
    2) Change Disallow premature to handle the SELECTed
    result.
    3) Put back the behavior of AUTUCOMMIT mode change.
    4) Fix SQLColumns for ODBC3.0.

    5) Improve the handling of variable bookmark in ODBC3.0.
    6) Enable Recognize Unique Index Button.