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

From inoue@postgresql.org
Subject pgsql/src/interfaces/odbc bind.c connection.c ...
Date
Msg-id 200202180316.g1I3GDL37189@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    inoue@postgresql.org    02/02/17 22:16:12

Modified files:
    src/interfaces/odbc: bind.c connection.c connection.h convert.c
                         convert.h environ.c execute.c info.c
                         odbcapi.c odbcapi30.c options.c parse.c
                         pgapifunc.h pgtypes.c pgtypes.h psqlodbc.h
                         psqlodbc.rc qresult.c results.c statement.c
                         statement.h

Log message:
    The version is now 7.01.0010.
    1) Handle parameter array.
    2) Allow re-use of the connection handle after SQLDisconnect.
    3) Reject NULL if no indicator specified.
    4) Improve the handling of '_' in table name.
    5) Unify internal begin/commit/abort operations.
    6) Change SQLTables() to return null not "" for the
    table_owner.
    7) Fix a bug about parameter handling reported by Benoit Menendez.
    8) Add cast in handling ODBC date/time escape sequences.
    9) Fix a bug about cache_size handing in declare/fetch mode.

    [ODBC3.0 related]
    10) Improve the handling of descriptor handles(ODBC3.0).
    11) Improve the type handling of some types for ODBC3.0.

    [Thanks to Marcelo Aceto for his useful patches]
    12) Allow nested ODBC escape.
    13) Allow changing autocommit on/off inside the transaction
    block.
    14) Improve the handling of ODBC scalar functions.


pgsql-committers by date:

Previous
From: inoue@postgresql.org
Date:
Subject: pgsql/src/interfaces/odbc info30.c
Next
From: momjian@postgresql.org
Date:
Subject: pgsql/doc TODO