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

From: Hiroshi Inoue <inoue(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/odbc bind.c columninfo.c ...
Date: 2001-08-18 04:30:47
Message-ID: 200108180430.f7I4UlV14507@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: inoue(at)hub(dot)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).

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Naeslund(f) 2001-08-18 13:53:40 Re: Re: [HACKERS] Re: WIN32 errno patch
Previous Message Hiroshi Inoue 2001-08-17 23:50:01 pgsql/src/backend/catalog index.c