summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc
AgeCommit message (Expand)Author
2001-12-30Make sure that all <ctype.h> routines are called with unsigned charTom Lane
2001-12-21Remove duplicate lines from fouled up last commit (my DSL line failedThomas G. Lockhart
2001-12-10Remove duplicate lines from previous patch attempt. Trouble with myThomas G. Lockhart
2001-12-10Support ODBC-style CURRENT_TIME, CURRENT_USER, etc with trailing emptyThomas G. Lockhart
2001-12-02More correct way to check for existence of types, which allows to specifyPeter Eisentraut
2001-12-02Update since left and right are no longer key words.Peter Eisentraut
2001-11-28No longer need define test in md5.h because of Hiroshi's win_md5.c.Bruce Momjian
2001-11-19Fix comment at top of file to match file name.Hiroshi Inoue
2001-11-18Improve comments about duplicate files.Bruce Momjian
2001-11-16Add missing prototype.Bruce Momjian
2001-11-16Add configure result checks on odbc, per Peter E.Bruce Momjian
2001-11-16Change SQLDescribeCol so that it returns alias name properly.Hiroshi Inoue
2001-11-15Update md5.h because it can't get the value from configure.Bruce Momjian
2001-11-15Fix comment at top of file to match file name.Bruce Momjian
2001-11-13Update CVS tags.Bruce Momjian
2001-11-13Remove md5.c check, add CVS log stamp. Update comments.Bruce Momjian
2001-11-12Sync up both files.Bruce Momjian
2001-11-12Add comments and remove CVS tag from md5.c so they remain identical.Bruce Momjian
2001-11-12Update md5 to match.Bruce Momjian
2001-11-12Add md5 authentication support thanks to Bruce Momjian.Hiroshi Inoue
2001-11-11Use abbreviated connection string more widely.Hiroshi Inoue
2001-11-08Fix indenting for 'extern "C"' cases.Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-05Preparation for the parameter array handling.Hiroshi Inoue
2001-11-051) Fix a few bugs about SQLGetData()Hiroshi Inoue
2001-11-031) Improve literal handling in parse_statement().Hiroshi Inoue
2001-11-02Suppress compiler warning (only seen in MULTIBYTE case).Tom Lane
2001-10-31Suppress a compiler warning.Hiroshi Inoue
2001-10-29Change position of a check button in multibyte mode.Hiroshi Inoue
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-25Add do { ... } while (0) to more bad macros.Bruce Momjian
2001-10-25Add missing "do { ... } while(0)" in ODBC macros and add find_baddefsBruce Momjian
2001-10-19Change SC_fetch() to not retrieve data in case theHiroshi Inoue
2001-10-18Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart
2001-10-13Fix logic in insert() function.Peter Eisentraut
2001-10-12Update the version of psqlodbc driver.Hiroshi Inoue
2001-10-12Fix the bug reported by Chris Lee.Hiroshi Inoue
2001-10-09Allow optional () after current_user, session_user, user, current_time,Peter Eisentraut
2001-09-30Fix sloppiness about static vs non-static declaration of functions.Tom Lane
2001-09-29Fix the bug about boolean type handling reported byHiroshi Inoue
2001-09-241) Fix compile errors on Windows.Hiroshi Inoue
2001-09-23Don't refer to odbcinst.ini by absolute path. SQLGetPrivateProfileStringPeter Eisentraut
2001-09-22Provide some initial support for building the ODBC driver forPeter Eisentraut
2001-09-211) Avoid an overflow of connection string for Access(Microsoft Jet).Hiroshi Inoue
2001-09-14Change an *if condition*.Hiroshi Inoue
2001-09-141) Improve the implementation of *Disallow Premature* forHiroshi Inoue
2001-09-14Fix a coversation error with pre 6.4 versions.Hiroshi Inoue
2001-09-13Add missing paren to ODBC compiles.Bruce Momjian
2001-09-131) Not export ODBC 3.0 functions.Hiroshi Inoue