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

From inoue@postgresql.org (Hiroshi Inoue)
Subject pgsql/src/interfaces/odbc bind.c connection.c ...
Date
Msg-id 20020308085257.249CB4758F9@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    inoue@postgresql.org    02/03/08 03:52:55

Modified files:
    src/interfaces/odbc: bind.c connection.c connection.h convert.c
                         convert.h dlg_specific.c dlg_specific.h
                         drvconn.c environ.c environ.h execute.c
                         info.c info30.c misc.c misc.h multibyte.c
                         multibyte.h odbcapi.c odbcapi25w.c
                         odbcapi30.c odbcapi30w.c odbcapiw.c
                         options.c parse.c pgapi30.c pgapifunc.h
                         pgtypes.c psqlodbc.h psqlodbc.rc qresult.c
                         qresult.h resource.h results.c setup.c
                         statement.c statement.h win32.mak
                         win32_30.mak win_unicode.c
Added files:
    src/interfaces/odbc: psqlodbc_api30w.def psqlodbc_apiw.def
                         win32_30w.mak win32w.mak

Log message:
    1) Implement SQLParamOptions().
    2) Handle Multiple results and implement SQLMoreResult().
    3) Improve multibyte handling thanks to Eiji Tokuya.
    4) Add new options.
    LF <-> CR/LF converion.
    TRUE is -1 (for VB).
    5) Introduce unicode(UCS-2) support.
    6) Reduce the length of connection strings.
    7) Improve SQLError, SQLGetDiagRec(ODBC 3.0).
    8) Implement SQLTablePrivileges().
    9) Miscellaneous changes for ODBC 3.0 support.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src/backend/parser Makefile
Next
From: inoue@postgresql.org (Hiroshi Inoue)
Date:
Subject: pgsql/src/interfaces/odbc multibyte.c pgtypes.c