From: | inoue(at)postgresql(dot)org (Hiroshi Inoue) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/src/interfaces/odbc bind.c bind.h connec ... |
Date: | 2002-03-28 08:08:08 |
Message-ID: | 20020328080808.712434759A7@postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql
Changes by: inoue(at)postgresql(dot)org 02/03/28 03:08:07
Modified files:
src/interfaces/odbc: bind.c bind.h connection.c connection.h
convert.c dlg_specific.c dlg_specific.h
environ.c execute.c info.c info30.c misc.c
misc.h multibyte.c multibyte.h odbcapi.c
odbcapi30.c odbcapi30w.c options.c parse.c
pgapi30.c pgapifunc.h pgtypes.c pgtypes.h
psqlodbc.h psqlodbc.rc psqlodbc_api30.def
psqlodbc_api30w.def qresult.c qresult.h
resource.h results.c setup.c statement.c
statement.h tuple.h win32.mak win32_30w.mak
Added files:
src/interfaces/odbc: descriptor.h psqlodbc30w.reg
Log message:
[2002-03-28]
1) Prepare to separate 4 kinds of Descriptor handles.
2) Detect the transaction status more naturally.
3) Improve Parse Statement functionality for the use
of updatable cursors.
4) Improve updatable cursors.
5) Implement SQLGetDescField() and improve SQLColAttribute().
6) etc.
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian - CVS | 2002-03-29 07:21:26 | pgsql/src/interfaces/python pgmodule.c |
Previous Message | Peter Eisentraut - PostgreSQL | 2002-03-27 19:19:24 | pgsql/doc/src/sgml pygresql.sgml xindex.sgml r ... |