psqlodbc.git
2003-02-11 Hiroshi Inoue1) Handle SQL_C_CHAR under Unicode driver.
2003-02-11 Hiroshi InoueAdd extra 2 digits to the precision of floating numbers.
2003-02-11 Hiroshi InoueFix a bug in parse_statement reported by Ocke Janssen...
2003-02-11 Hiroshi InoueIntroduce the bigint support under *nix.
2003-02-10 Hiroshi InoueHandle the TableType parameter of SQLTables() as case...
2003-02-10 Hiroshi InoueWhere char may contain a negative value, it should...
2003-02-05 Hiroshi InoueDeprecate ODBC2.X functions for the ODBC 3 driver.
2003-02-03 Hiroshi InoueFix a bug about multibyte check.
2003-01-27 Dave PageInclude the Windows file setup.c in the tarball per...
2003-01-27 Dave PageNote that windows users shouldn't include md5.c in...
2003-01-08 Bruce MomjianFix foreign key sytnax bug, patch from Wes Griffin.
2003-01-03 Bruce MomjianCreate two aliases for pg_namespace, and clarify some...
2003-01-03 Hiroshi InouePut back the MAX_INFO_STRING value.
2003-01-02 Bruce MomjianFor the ODBC driver psqlodbc.dll version 7.02.0003...
2003-01-02 Dave PageSafely fix buffer overrun in PGAPI_GetInfo with strings...
2003-01-02 Dave PageIncrease MAX_INFO_STRING to 256 to avoid errors with...
2002-12-31 Hiroshi InoueThe preparation of ODBC3 support under *nix.
2002-12-28 Hiroshi Inoue1) Removed a strange error message for the SQLPrepare...
2002-12-20 Hiroshi InoueChange SQLFreeStmt(.., SQL_CLOSE) to not DEALLOCATE...
2002-12-17 Hiroshi InoueAdd a new *Server side prepare* option.
2002-12-16 Hiroshi Inoue1) Separate APD and IPD more explicitly.
2002-12-06 Dave PageIgnore dropped columns for 7.3 databases.
2002-11-29 Dave Pageno message
2002-11-29 Dave PageRemoved unused win32w.mak makefile
2002-11-29 Dave PageUpdated version number for 07.02.0005
2002-11-27 Hiroshi InoueUpgrade to 7.2.0005.
2002-11-26 Hiroshi InoueChange CURSOR_TYPE or CONCURRENCY statement attribute to
2002-11-25 Dave PageAdded windows specific files to tarball
2002-11-25 Hiroshi InoueFix a bug reported by Glen Parker.
2002-11-25 Hiroshi InoueChange SQLRowCount to return SQL_SUCCESS not SQL_ERROR
2002-11-22 Hiroshi InoueUse SQL_TYPE_DATE, SQL_TYPE_TIME and SQL_TYPE_TIMESTAMP
2002-11-22 Hiroshi InoueChange SQLGetTypeinfo to display ODBC3.x info.
2002-11-13 Hiroshi Inoue1) Fixed pretty many 'if (..);' lines(my fault sorry).
2002-11-13 Hiroshi InoueFix a crash bug thanks to Ryo Hattori.
2002-11-12 Dave PageUpdated version number REL-07_02_0004
2002-11-08 Dave Page07.02.0004 Release
2002-11-07 Hiroshi InoueThread safe driver is available on some platforms.
2002-11-07 Dave PageRemoved out of date Installshield settings.
2002-11-07 Dave PageAdded the installer to CVS.
2002-11-06 Hiroshi Inoue1) Change to use thread-safe functions(xxxx_r) if possible.
2002-11-06 Hiroshi InoueBuild with multithread support by default in case ODBC...
2002-11-06 Hiroshi Inoue1) Improve the handling of dead connections mainly...
2002-10-30 Hiroshi Inoue1) Change SQLParamOptions to count errors as processed...
2002-10-24 Hiroshi InoueAdd multithreading on Solaris and Linux by Janet Borschowa
2002-10-21 Bruce MomjianAdd odbc.sgml.
2002-10-21 Hiroshi Inoue1) Change SQLExtendedFetch to return SQL_NO_DATA_FOUND...
2002-10-21 Hiroshi InoueChange updatable cursors for 'select func()' to not...
2002-10-16 Dave PageAdded README.unix to build system.
2002-10-16 Dave PageUpdated README.unix for new build environment.
2002-10-16 Dave PageAdded Unix build environment as supplied by Peter Eisen...
2002-10-10 Hiroshi Inoue1) Change SQLDescribeCol or SQLColAttribute to return...
2002-10-03 Hiroshi InoueChange the default precision of Timestamp type. REL-07_02_0003
2002-10-03 Dave PageAdded unix build instructions.
2002-09-23 Hiroshi Inoue1) Removed most static variables for thread safety.
2002-09-06 Hiroshi InoueChange NAMEDATALEN to 64 for 7.3 servers.
2002-08-09 Hiroshi InoueChange LOCK statements to start new transaction
2002-08-01 Hiroshi Inoue1) Improve the handling of the queries like (select...
2002-07-30 Hiroshi InoueFix a bug about automatic client_encoding setting.
2002-07-26 Hiroshi InoueFix a bug about the handling of CX parameter of the...
2002-07-15 Hiroshi InoueFix a bug about the handling of '.' in parse.c.
2002-07-12 Hiroshi InoueAn improvement of User Interface(Setup dialog) by Dave...
2002-07-12 Hiroshi Inoue1) Fix a memory leak in use declare/fetch mode.
2002-07-11 Hiroshi InoueMake NAMEDATALEN changeable at compile time.
2002-07-05 Hiroshi InoueFix a bug reported by Zhou Han.
2002-06-28 Hiroshi Inoue1) prevent setting of KSQO on 7.3+ servers(Thanks to...
2002-06-25 Hiroshi Inoue1) Add support for GB18030.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Thomas G. LockhartAdd LOCALTIME and LOCALTIMESTAMP functions per SQL99...
2002-06-12 Hiroshi Inoue1) Fix a bug *double error message*.
2002-06-06 Hiroshi InoueAdd missing win_setup.h.
2002-06-06 Hiroshi InoueAdd *Int8 As* option.
2002-05-22 Hiroshi Inoue1) Support Keyset Driven driver cursors.
2002-05-09 Hiroshi InoueAdd a file for version control.
2002-04-25 Hiroshi InoueFix for the following items about escape sequence
2002-04-24 Bruce MomjianSorry for the package, but the following patch need...
2002-04-23 Hiroshi Inoue1) Fix SQLProcedures().
2002-04-15 Hiroshi Inoue1) Fix a bug about reporting varchar info thanks to...
2002-04-12 Hiroshi Inoue1) Fix a bug in declare/fetch mode.
2002-04-10 Hiroshi InouePrevent an infinite loop of error reporting.
2002-04-09 Hiroshi InoueLet psqlodbc30 be compilable without /D DRIVER_CURSOR_I...
2002-04-04 Hiroshi InoueFix a bug in SQLError().
2002-04-04 Hiroshi InoueFix a bug in multibyte_strchr().
2002-04-02 Hiroshi InoueFix compiler warnings.
2002-04-02 Hiroshi Inoue[HACKERS] Proposed patch for ODBC driver w/ C-a-n-c-e-l
2002-04-01 Hiroshi Inoue1) Add rollback functionality to updatable cursors.
2002-03-29 Bruce MomjianFix ODBC warnings about missing parens and pg_ismb...
2002-03-28 Hiroshi Inoue[2002-03-28]
2002-03-25 Bruce MomjianFix for ODBC compile warnings.
2002-03-14 Hiroshi Inoue1) Internal improvements to handle updatable cursors...
2002-03-11 Hiroshi InoueBug fixes for the 2002-03-08 change.
2002-03-08 Hiroshi InoueRemove compile errors.
2002-03-08 Hiroshi Inoue1) Implement SQLParamOptions().
2002-03-06 Bruce MomjianChange made to elog:
2002-03-05 Bruce Momjian> Tatsuo Ishii wrote:
2002-03-01 Hiroshi InoueAdd files for Unicode support.
2002-02-27 Hiroshi InoueImprove the handling of ODBC escape(a request from...
2002-02-18 Hiroshi InoueRemove compile warnings in multibute mode.
2002-02-18 Hiroshi InoueThe version is now 7.01.0010.
2002-02-18 Hiroshi InoueSeparate info30.c from info.c.
2002-02-18 Hiroshi InoueAdd files for ODBC3.0 support.
next