summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc
Commit message (Expand)AuthorAgeFilesLines
* Small AIX fixes from Rick Flower.Bruce Momjian2002-01-142-2/+3
* *** empty log message ***Hiroshi Inoue2002-01-1155-26833/+0
* Add a directory to save the changes until 7.3-tree is branched.Hiroshi Inoue2002-01-1155-0/+26833
* Make sure that all <ctype.h> routines are called with unsigned charTom Lane2001-12-302-4/+4
* Remove duplicate lines from fouled up last commit (my DSL line failedThomas G. Lockhart2001-12-211-13/+1
* Remove duplicate lines from previous patch attempt. Trouble with myThomas G. Lockhart2001-12-102-10/+1
* Support ODBC-style CURRENT_TIME, CURRENT_USER, etc with trailing emptyThomas G. Lockhart2001-12-102-1/+43
* More correct way to check for existence of types, which allows to specifyPeter Eisentraut2001-12-021-2/+2
* Update since left and right are no longer key words.Peter Eisentraut2001-12-021-4/+4
* No longer need define test in md5.h because of Hiroshi's win_md5.c.Bruce Momjian2001-11-281-6/+1
* Fix comment at top of file to match file name.Hiroshi Inoue2001-11-191-2/+2
* Improve comments about duplicate files.Bruce Momjian2001-11-181-2/+3
* Add missing prototype.Bruce Momjian2001-11-161-0/+1
* Add configure result checks on odbc, per Peter E.Bruce Momjian2001-11-161-2/+3
* Change SQLDescribeCol so that it returns alias name properly.Hiroshi Inoue2001-11-161-1/+4
* Update md5.h because it can't get the value from configure.Bruce Momjian2001-11-151-2/+2
* Fix comment at top of file to match file name.Bruce Momjian2001-11-151-48/+48
* Update CVS tags.Bruce Momjian2001-11-131-4/+1
* Remove md5.c check, add CVS log stamp. Update comments.Bruce Momjian2001-11-131-3/+15
* Sync up both files.Bruce Momjian2001-11-121-1/+3
* Add comments and remove CVS tag from md5.c so they remain identical.Bruce Momjian2001-11-121-1/+1
* Update md5 to match.Bruce Momjian2001-11-121-1/+1
* Add md5 authentication support thanks to Bruce Momjian.Hiroshi Inoue2001-11-126-4/+468
* Use abbreviated connection string more widely.Hiroshi Inoue2001-11-111-1/+2
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-083-326/+326
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-0525-147/+165
* Preparation for the parameter array handling.Hiroshi Inoue2001-11-052-1/+12
* 1) Fix a few bugs about SQLGetData()Hiroshi Inoue2001-11-0513-120/+428
* 1) Improve literal handling in parse_statement().Hiroshi Inoue2001-11-037-37/+45
* Suppress compiler warning (only seen in MULTIBYTE case).Tom Lane2001-11-021-0/+1
* Suppress a compiler warning.Hiroshi Inoue2001-10-311-0/+6
* Change position of a check button in multibyte mode.Hiroshi Inoue2001-10-291-1/+1
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-2843-673/+690
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-2547-2325/+2519
* Add do { ... } while (0) to more bad macros.Bruce Momjian2001-10-252-4/+11
* Add missing "do { ... } while(0)" in ODBC macros and add find_baddefsBruce Momjian2001-10-251-12/+17
* Change SC_fetch() to not retrieve data in case theHiroshi Inoue2001-10-191-1/+5
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-181-2/+2
* Fix logic in insert() function.Peter Eisentraut2001-10-131-2/+2
* Update the version of psqlodbc driver.Hiroshi Inoue2001-10-122-6/+6
* Fix the bug reported by Chris Lee.Hiroshi Inoue2001-10-122-8/+9
* Allow optional () after current_user, session_user, user, current_time,Peter Eisentraut2001-10-092-120/+197
* Fix sloppiness about static vs non-static declaration of functions.Tom Lane2001-09-301-4/+4
* Fix the bug about boolean type handling reported byHiroshi Inoue2001-09-293-58/+66
* 1) Fix compile errors on Windows.Hiroshi Inoue2001-09-246-9/+26
* Don't refer to odbcinst.ini by absolute path. SQLGetPrivateProfileStringPeter Eisentraut2001-09-233-17/+14
* Provide some initial support for building the ODBC driver forPeter Eisentraut2001-09-2233-214/+77
* 1) Avoid an overflow of connection string for Access(Microsoft Jet).Hiroshi Inoue2001-09-218-54/+126
* Change an *if condition*.Hiroshi Inoue2001-09-141-4/+2
* 1) Improve the implementation of *Disallow Premature* forHiroshi Inoue2001-09-144-36/+95