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

From: inoue(at)postgresql(dot)org (Hiroshi Inoue)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/odbc bind.c connection.c ...
Date: 2002-03-08 08:52:57
Message-ID: 20020308085257.249CB4758F9@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Browse pgsql-committers by date

  From Date Subject
Next Message Hiroshi Inoue 2002-03-08 09:50:42 pgsql/src/interfaces/odbc multibyte.c pgtypes.c
Previous Message Tom Lane 2002-03-08 07:12:13 pgsql/src/backend/parser Makefile