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

From Hiroshi Inoue
Subject pgsql/src/interfaces/odbc bind.c columninfo.c ...
Date
Msg-id 200108180430.f7I4UlV14507@hub.org
Whole thread Raw
Responses Re: pgsql/src/interfaces/odbc bind.c columninfo.c ...  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    inoue@hub.org    01/08/18 00:30:47

Modified files:
    src/interfaces/odbc: bind.c columninfo.c connection.c
                         connection.h convert.c dlg_specific.c
                         drvconn.c environ.c execute.c info.c
                         options.c parse.c pgtypes.c psqlodbc.def
                         psqlodbc.h qresult.c qresult.h results.c
                         statement.c statement.h win32.mak

Log message:
    1) Change all internal SQL function calls from
    SQLxxxx() to PGAPI_xxxx().
    2) Handle an escaped date/time format as a parameter.
    3) Improve the tuple allocation a little.
    4) The preparation of ODBC 3.0 a little.
    5) Updatable cursors(may be deprecated before long).


pgsql-committers by date:

Previous
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...
Next
From: Michael Meskes
Date:
Subject: pgsql/src/interfaces/ecpg ChangeLog lib/descri ...