psqlodbc.git
2017-08-30 Hiroshi InoueReview ER_ReturnError().
2017-08-30 Hiroshi InoueAdd level parameter to Commlog/Mylog option of setup...
2017-08-30 Hiroshi InoueAdd missing type declaration of log_params().
2017-08-30 Hiroshi InoueFurther improvement of qlog.
2017-08-29 Hiroshi InouePut back the behavior when conversion errors from the...
2017-08-29 Hiroshi InoueFix a compilation failure with nmake since 503bb09.
2017-08-29 Hiroshi InoueDetect fast shutdown while connecting.
2017-08-27 Hiroshi InoueFurther Mylog renewal.
2017-08-25 Hiroshi InoueFix bug that calls strdup() for NULL pointers.
2017-08-24 Hiroshi InoueRemove the GssAuthUseGssapi option completely.
2017-08-24 Hiroshi InoueMove the implemetation of GetExeName() from psqlodbc...
2017-08-23 Hiroshi InoueThe second cut of QLOG renewal.
2017-08-22 Hiroshi InoueUse macro QLOG instead of function qlog.
2017-08-22 Hiroshi InoueStop build operations on error.
2017-08-21 Hiroshi InoueFixed typos.
2017-08-21 Hiroshi InoueThe 1st cut of qlog renewal.
2017-08-21 Hiroshi InoueFix an parameter unmatch error which would cause a...
2017-08-20 Hiroshi InoueAdd __FILE__, __FUNCTION__, __LINE__ to MYLOG.
2017-08-20 Hiroshi InoueIntroduce token control while parsing.
2017-08-19 Hiroshi InoueAdd a test case to parse-test.
2017-08-19 Hiroshi InoueFix catalogfunctions-test. The output of catalogfunctio...
2017-08-19 Hiroshi InoueAdd 2 test cases to parse-test which handles '$'s in...
2017-08-18 Hiroshi InoueAdd more test cases to parse-test.
2017-08-18 Hiroshi InoueAdd a test case for parse-test.
2017-08-16 Hiroshi InoueLet program name as a part of logfile name. This would...
2017-08-16 Hiroshi InoueModify one MYLOG() and one MYPRINTF().
2017-08-16 Hiroshi InoueFix some compiler warnings about MYLOG calls.
2017-08-16 Hiroshi InoueImplement myprintf() which prints logs according to...
2017-08-15 Hiroshi InoueReview the use of mylog().
2017-08-15 Hiroshi InoueReduce the use of snprintfcat(or SPRINTFCAT_FIXED macro...
2017-08-14 Hiroshi InoueRemove a meaningless 'static'.
2017-08-14 Hiroshi InoueHandle '$'s in identifiers correctly.
2017-08-10 Hiroshi InoueFix a bug when fetching bytea field to SQL_C_BINALY...
2017-08-06 Hiroshi InoueAllow building test suite using nmake in a different...
2017-08-06 Hiroshi InoueAdd linker option /MANIFEST:EMBED so as to build test...
2017-08-04 Hiroshi InoueFix a linkage error when doing installcheck for test...
2017-08-01 Hiroshi InoueFix a segfault on ResolveOneParam() function while...
2017-07-27 Hiroshi SaitoPrep release 09.06.0410 REL-09_06_0410
2017-07-24 Hiroshi InoueMake quote_table() and ti_quote() thread safe.
2017-07-24 Hiroshi InoueHandle StrLen_or_IndPtr argument of SQLBindParameter...
2017-07-23 Hiroshi InoueSpecify the size of query[].
2017-07-22 Hiroshi InoueModify wchar-char test so that it handles parameters...
2017-07-20 Hiroshi SaitoReset a Makefile , test module forgetting
2017-07-20 Hiroshi Saitoadd test/RegisterRegdsn.c, test module forgetting ..
2017-07-20 Hiroshi InoueCorrect the behavior of snprintfcat() on Windows using...
2017-07-19 Hiroshi InoueChange the default platform to x64 for regression test.
2017-07-19 Hiroshi InoueFix buffer truncations reported by Pavel Raiskup.
2017-07-18 Hiroshi SaitoOoop, fixed typo. REL-09_06_0400
2017-07-18 Hiroshi Saitochange unicode_support, and prep release 09.06.0400
2017-07-17 Hiroshi InoueAdd version check for GCC.
2017-07-11 Hiroshi InoueFix more bugs with returning NULL for malloc(0).
2017-07-05 Hiroshi InoueDocumentation fix for the PROTOCOL=<value> option.
2017-07-04 Hiroshi InoueFix some compiler warnings.
2017-07-03 Michael PaquierAdd support for foreign tables and matviews in SQLTables
2017-06-30 Hiroshi InoueReview CC_send_query_append(.., .., ROLLBACK_ON_ERROR...
2017-06-25 Hiroshi InoueReview the use of PG_ErrorInfo.
2017-06-24 Hiroshi InoueReview the error handling in libpq_bind_and_exec().
2017-06-23 Hiroshi InoueFix the bug reported by Keith Handlon.
2017-06-19 Hiroshi InoueFix an infinite loop of CC_on_commit. The loop occurs...
2017-06-19 Hiroshi InoueDon't call CC_send_query() so as to ROLLBACK to the...
2017-06-17 Hiroshi InoueReduce roundtrips when using SAVEPOINTs by issuing...
2017-06-15 Hiroshi InoueMark some queries as read-only in addition to the previ...
2017-06-14 Hiroshi InoueReduce SAVEPOINT calls especially in use declare/fetch...
2017-06-12 Hiroshi InoueReduce the number of roundtrips in the implementation...
2017-06-10 Hiroshi InoueClean up the use of 'internal' member of StatementClass.
2017-06-09 Hiroshi InoueRename snprintf_add() snprintfcat().
2017-06-09 Hiroshi InoueAvoid a confusing use of snpritf().
2017-06-07 Hiroshi InoueWith GCC, we can check at compilation time whether...
2017-06-07 Hiroshi InoueClean up the use of sprintf(). Replace sprintf() by...
2017-06-07 Hiroshi InoueClean up the use of strcat(). Replace strcat() by strlc...
2017-06-06 Hiroshi InoueFor debug, change SQLSetConnectAttr(.., SQL_ATTR_PGOPT_...
2017-06-05 Hiroshi InoueModify cursor-block-delete-test so that the test runs...
2017-06-05 Hiroshi InoueCleanup the code by replacing strcpy() by strncpy_null...
2017-06-04 Hiroshi InoueFix a crash bug in SQLBulkOperations() under use_declar...
2017-06-04 Hiroshi InoueVisual C++ 14 provides snprintf().
2017-06-02 Hiroshi InoueChange XAConnection so that it properly disconnect...
2017-06-02 Hiroshi InoueAdd or change some mylog messages for debugging.
2017-06-01 Hiroshi InoueRemove the use of strcpy() in dlg_specific.c. Instead...
2017-05-31 Hiroshi InoueIn xa_recover() invoked from MSDTC, the occurence of...
2017-05-31 Hiroshi InoueRename "OK" button in Global settings dialog to "Save...
2017-05-31 Hiroshi InoueIn psqlodbc ODBC Driver Setup dialog, reflect the updat...
2017-05-31 Hiroshi InoueDisplay MSDTC error messages properly in Distributed...
2017-05-30 Hiroshi InoueFix a crash when testing Distributed Transaction relate...
2017-05-29 Hiroshi InoueAdd missing declaration.
2017-05-29 Hiroshi InoueFix a bug in makeConnectString().
2017-05-28 Hiroshi InoueModify getDSNinfo(). There should be no change in ConnI...
2017-05-28 Hiroshi InoueUnify copyAttributes() and copyCommonAttributes() into...
2017-05-28 Hiroshi InoueRevise the update of ConnInfo using DSN and/or connecti...
2017-05-27 Hiroshi InoueReview the conditions to display dialogs in SQLDriverCo...
2017-05-26 Hiroshi InoueRecover the code in SQLGetDiagRecW() and SQLGetDiagFiel...
2017-05-24 Hiroshi InoueRemove ConnInfo.drivers.onlyread and ConnInfo.drivers...
2017-05-24 Hiroshi InoueRemoved an external variable "globals".
2017-05-22 Hiroshi InoueRemove unused variables.
2017-05-19 Hiroshi InoueRemove the stuff about Debug and Commlog from getCommon...
2017-05-15 Hiroshi InoueFor the sake of clarity #define DBMS_NAME in psqlodbc...
2017-05-13 Hiroshi InoueImplement SC_get_localtime() and reduce time()/localtim...
2017-05-11 Hiroshi InoueMake a function setup_getdataclass() separating from...
2017-05-11 Hiroshi InoueReorganize the language conversion between the current...
2017-05-11 Hiroshi SaitoPrep release 09.06.0310. REL-09_06_0310
2017-05-10 Hiroshi InoueFix a crash bug when connecting from MSACCESS(Microsoft...
next