pgsql/src/interfaces/odbc bind.c bind.h column ...

Lists: pgsql-committers
From: inoue(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/odbc bind.c bind.h column ...
Date: 2001-11-05 09:46:17
Message-ID: 200111050946.fA59kHl38036@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: inoue(at)postgresql(dot)org 01/11/05 04:46:17

Modified files:
src/interfaces/odbc: bind.c bind.h columninfo.c convert.c
convert.h info.c odbcapi30.c pgtypes.c
pgtypes.h psqlodbc.h psqlodbc.rc
statement.c win32.mak

Log message:
1) Fix a few bugs about SQLGetData()
reported by Mika Mantyla.
2) Timestamp precision.
3) Separate ODBC3.0 files.