summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc
AgeCommit message (Expand)Author
2001-03-13The attached file contains the registry settings required to install theHiroshi Inoue
2001-03-10Provide a hack to let initialization happen on platforms for whichTom Lane
2001-03-10Do not accept values from sections following the specified section.Tom Lane
2001-03-101)Allow the access to indexes with up to 16 keys.Hiroshi Inoue
2001-02-22Fix the bug report [ODBC] select from a table having more than 32 fields:Hiroshi Inoue
2001-02-20Remove unportable #warning directive.Tom Lane
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-16ichar() has been renamed to chr(), so fix translation table.Tom Lane
2001-02-16Add casting for numeric/float4/float8 type valueHiroshi Inoue
2001-02-151) Change transaction boundary in autocommit off modeHiroshi Inoue
2001-02-14Add 7.X to dialog box.Bruce Momjian
2001-02-14Back out all ODBC formatting changes, and back out removal of <6.4Bruce Momjian
2001-02-12Attached is a makefile for the ODBC driver for use under win32. It has beenBruce Momjian
2001-02-12New MS resource file, pgindented.Bruce Momjian
2001-02-12Update ODBC resource MS-generated file.Bruce Momjian
2001-02-12Change more // comments.Bruce Momjian
2001-02-12Replace // comments from file for MS products.Bruce Momjian
2001-02-11SOCK_get_next_byte should not return garbage after error/EOF. ReturnTom Lane
2001-02-11Remove unneeded shutdown() call, per Tom Lane.Bruce Momjian
2001-02-11More cleanups.Bruce Momjian
2001-02-11Include file alignment fixes.Bruce Momjian
2001-02-11Move X packet before shutdown().Bruce Momjian
2001-02-11Source alignment cleanups.Bruce Momjian
2001-02-11More cleanup.Bruce Momjian
2001-02-11More cleanup.Bruce Momjian
2001-02-11Cleanup of source.Bruce Momjian
2001-02-11The attached patch does the following:Bruce Momjian
2001-02-10Disable X connection close in ODBC until solution is found.Bruce Momjian
2001-02-10Repair BSD/OS shared library fixes.Peter Eisentraut
2001-02-10Remove protcol option buttons.Bruce Momjian
2001-02-10ODBC BSD/OS fix.Bruce Momjian
2001-02-10Allow -Bsymbolic on BSDI for ODBC.Bruce Momjian
2001-02-10More ODBC formatting cleanup.Bruce Momjian
2001-02-10Run pgindent over ODBC source. We couldn't do this years ago because weBruce Momjian
2001-02-10Remove protocol-dependent code. This should have been on previous commit.Bruce Momjian
2001-02-10CleanupBruce Momjian
2001-02-10Properly exit ODBC with 'X', allow linking on BSD/OS.Bruce Momjian
2001-02-10Ignore leading whitespace when trying to determine statement type,Tom Lane
2001-02-09Change SELECT to not trigger "BEGIN" in not autocommit mode.Hiroshi Inoue
2001-02-08Fix a misuse of 'char *' declaration.Hiroshi Inoue
2001-02-06Improved version handling introduced by Dave Page.Hiroshi Inoue
2001-01-26odbc1.diff changes the text on the Protocol Radio buttons on the driverBruce Momjian
2001-01-26gcc complains about improperly terminated comment.Tom Lane
2001-01-25Further to the previous ODBC patches I posted today, I found a couple ofBruce Momjian
2001-01-25> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]Bruce Momjian
2001-01-25I decided to give this a go after all :-) The attached patch does theBruce Momjian
2001-01-23Subject: Bug in SQLForeignKeys()Bruce Momjian
2000-12-30Remove C++ comment.Peter Eisentraut
2000-12-19Remove inclusions of <malloc.h>.Peter Eisentraut
2000-12-16Fix linker options for ODBC driver. See comment inPeter Eisentraut