aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/tuple.h
Commit message (Collapse)AuthorAge
* Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbcMarc G. Fournier2002-08-22
| | | | project ...
* 1) Support Keyset Driven driver cursors.Hiroshi Inoue2002-05-22
| | | | | | | | | | 2) Supprt ARD precision/scale and SQL_C_NUEMRIC. 3) Minimal implementation of SQLGetDiagField(). 4) SQLRowCount() reports the result of SQLSetPos and SQLBulkOperation. 5) int8 -> SQL_NUMERIC for Microsoft Jet. 6) Support isolation level change. 7) ODBC3.0 SQLSTATE code. 8) Append mode log files.
* [2002-03-28]Hiroshi Inoue2002-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.
* 1) Internal improvements to handle updatable cursors(1st cut).Hiroshi Inoue2002-03-14
| | | | 2) Fix a bug in SQLColAttribute().
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
| | | | spacing. Also adds space for one-line comments.
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
| | | | tests pass.
* ODBC source code cleanup. Mostly alignment of #define constants.Bruce Momjian2001-03-27
|
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
|
* Back out all ODBC formatting changes, and back out removal of <6.4Bruce Momjian2001-02-14
| | | | | | protocol. I have left in Tom's SOCK_get_next_byte() fix, and the new win32.mak file addition. I have also left in the 'X' connection close fix.
* More cleanup.Bruce Momjian2001-02-11
|
* Run pgindent over ODBC source. We couldn't do this years ago because weBruce Momjian2001-02-10
| | | | weren't the master source. We are now, and it really needs it.
* Update source code to Byron's v6.30.0250 sources plus minor cleanupThomas G. Lockhart1998-10-06
| | | | | | | | | to get rid of unused variables. Get clean compile on Linux (Thomas and Gerald). Implement autoconf/configure for standalone builds and use the existing autoconf/configure system when in the Postgres source tree. Code tests and functions with ApplixWare-4.4.1beta on a Linux box. Changes should be backward compatible with WIN32 but still needs testing.
* Update odbc driver to current version V.0244Byron Nikolaidis1998-06-03
|
* Replace old PostODBC driver with new one...Marc G. Fournier1998-04-13
This one is based on an older PostODBC driver, rewritten and maintained by InsightDist(?)