| 2017-08-16 |
Hiroshi Inoue | Modify one MYLOG() and one MYPRINTF(). |
commit | commitdiff | tree |
| 2017-08-16 |
Hiroshi Inoue | Fix some compiler warnings about MYLOG calls. |
commit | commitdiff | tree |
| 2017-08-16 |
Hiroshi Inoue | Implement myprintf() which prints logs according to... |
commit | commitdiff | tree |
| 2017-08-15 |
Hiroshi Inoue | Review the use of mylog(). |
commit | commitdiff | tree |
| 2017-08-15 |
Hiroshi Inoue | Reduce the use of snprintfcat(or SPRINTFCAT_FIXED macro... |
commit | commitdiff | tree |
| 2017-08-14 |
Hiroshi Inoue | Remove a meaningless 'static'. |
commit | commitdiff | tree |
| 2017-08-14 |
Hiroshi Inoue | Handle '$'s in identifiers correctly. |
commit | commitdiff | tree |
| 2017-08-10 |
Hiroshi Inoue | Fix a bug when fetching bytea field to SQL_C_BINALY... |
commit | commitdiff | tree |
| 2017-08-06 |
Hiroshi Inoue | Allow building test suite using nmake in a different... |
commit | commitdiff | tree |
| 2017-08-06 |
Hiroshi Inoue | Add linker option /MANIFEST:EMBED so as to build test... |
commit | commitdiff | tree |
| 2017-08-04 |
Hiroshi Inoue | Fix a linkage error when doing installcheck for test... |
commit | commitdiff | tree |
| 2017-08-01 |
Hiroshi Inoue | Fix a segfault on ResolveOneParam() function while... |
commit | commitdiff | tree |
| 2017-07-27 |
Hiroshi Saito | Prep release 09.06.0410 REL-09_06_0410 |
commit | commitdiff | tree |
| 2017-07-24 |
Hiroshi Inoue | Make quote_table() and ti_quote() thread safe. |
commit | commitdiff | tree |
| 2017-07-24 |
Hiroshi Inoue | Handle StrLen_or_IndPtr argument of SQLBindParameter... |
commit | commitdiff | tree |
| 2017-07-23 |
Hiroshi Inoue | Specify the size of query[]. |
commit | commitdiff | tree |
| 2017-07-22 |
Hiroshi Inoue | Modify wchar-char test so that it handles parameters... |
commit | commitdiff | tree |
| 2017-07-20 |
Hiroshi Saito | Reset a Makefile , test module forgetting |
commit | commitdiff | tree |
| 2017-07-20 |
Hiroshi Saito | add test/RegisterRegdsn.c, test module forgetting .. |
commit | commitdiff | tree |
| 2017-07-20 |
Hiroshi Inoue | Correct the behavior of snprintfcat() on Windows using... |
commit | commitdiff | tree |
| 2017-07-19 |
Hiroshi Inoue | Change the default platform to x64 for regression test. |
commit | commitdiff | tree |
| 2017-07-19 |
Hiroshi Inoue | Fix buffer truncations reported by Pavel Raiskup. |
commit | commitdiff | tree |
| 2017-07-18 |
Hiroshi Saito | Ooop, fixed typo. REL-09_06_0400 |
commit | commitdiff | tree |
| 2017-07-18 |
Hiroshi Saito | change unicode_support, and prep release 09.06.0400 |
commit | commitdiff | tree |
| 2017-07-17 |
Hiroshi Inoue | Add version check for GCC. |
commit | commitdiff | tree |
| 2017-07-11 |
Hiroshi Inoue | Fix more bugs with returning NULL for malloc(0). |
commit | commitdiff | tree |
| 2017-07-05 |
Hiroshi Inoue | Documentation fix for the PROTOCOL=<value> option. |
commit | commitdiff | tree |
| 2017-07-04 |
Hiroshi Inoue | Fix some compiler warnings. |
commit | commitdiff | tree |
| 2017-07-03 |
Michael Paquier | Add support for foreign tables and matviews in SQLTables |
commit | commitdiff | tree |
| 2017-06-30 |
Hiroshi Inoue | Review CC_send_query_append(.., .., ROLLBACK_ON_ERROR... |
commit | commitdiff | tree |
| 2017-06-25 |
Hiroshi Inoue | Review the use of PG_ErrorInfo. |
commit | commitdiff | tree |
| 2017-06-24 |
Hiroshi Inoue | Review the error handling in libpq_bind_and_exec(). |
commit | commitdiff | tree |
| 2017-06-23 |
Hiroshi Inoue | Fix the bug reported by Keith Handlon. |
commit | commitdiff | tree |
| 2017-06-19 |
Hiroshi Inoue | Fix an infinite loop of CC_on_commit. The loop occurs... |
commit | commitdiff | tree |
| 2017-06-19 |
Hiroshi Inoue | Don't call CC_send_query() so as to ROLLBACK to the... |
commit | commitdiff | tree |
| 2017-06-17 |
Hiroshi Inoue | Reduce roundtrips when using SAVEPOINTs by issuing... |
commit | commitdiff | tree |
| 2017-06-15 |
Hiroshi Inoue | Mark some queries as read-only in addition to the previ... |
commit | commitdiff | tree |
| 2017-06-14 |
Hiroshi Inoue | Reduce SAVEPOINT calls especially in use declare/fetch... |
commit | commitdiff | tree |
| 2017-06-12 |
Hiroshi Inoue | Reduce the number of roundtrips in the implementation... |
commit | commitdiff | tree |
| 2017-06-10 |
Hiroshi Inoue | Clean up the use of 'internal' member of StatementClass. |
commit | commitdiff | tree |
| 2017-06-09 |
Hiroshi Inoue | Rename snprintf_add() snprintfcat(). |
commit | commitdiff | tree |
| 2017-06-09 |
Hiroshi Inoue | Avoid a confusing use of snpritf(). |
commit | commitdiff | tree |
| 2017-06-07 |
Hiroshi Inoue | With GCC, we can check at compilation time whether... |
commit | commitdiff | tree |
| 2017-06-07 |
Hiroshi Inoue | Clean up the use of sprintf(). Replace sprintf() by... |
commit | commitdiff | tree |
| 2017-06-07 |
Hiroshi Inoue | Clean up the use of strcat(). Replace strcat() by strlc... |
commit | commitdiff | tree |
| 2017-06-06 |
Hiroshi Inoue | For debug, change SQLSetConnectAttr(.., SQL_ATTR_PGOPT_... |
commit | commitdiff | tree |
| 2017-06-05 |
Hiroshi Inoue | Modify cursor-block-delete-test so that the test runs... |
commit | commitdiff | tree |
| 2017-06-05 |
Hiroshi Inoue | Cleanup the code by replacing strcpy() by strncpy_null... |
commit | commitdiff | tree |
| 2017-06-04 |
Hiroshi Inoue | Fix a crash bug in SQLBulkOperations() under use_declar... |
commit | commitdiff | tree |
| 2017-06-04 |
Hiroshi Inoue | Visual C++ 14 provides snprintf(). |
commit | commitdiff | tree |
| 2017-06-02 |
Hiroshi Inoue | Change XAConnection so that it properly disconnect... |
commit | commitdiff | tree |
| 2017-06-02 |
Hiroshi Inoue | Add or change some mylog messages for debugging. |
commit | commitdiff | tree |
| 2017-06-01 |
Hiroshi Inoue | Remove the use of strcpy() in dlg_specific.c. Instead... |
commit | commitdiff | tree |
| 2017-05-31 |
Hiroshi Inoue | In xa_recover() invoked from MSDTC, the occurence of... |
commit | commitdiff | tree |
| 2017-05-31 |
Hiroshi Inoue | Rename "OK" button in Global settings dialog to "Save... |
commit | commitdiff | tree |
| 2017-05-31 |
Hiroshi Inoue | In psqlodbc ODBC Driver Setup dialog, reflect the updat... |
commit | commitdiff | tree |
| 2017-05-31 |
Hiroshi Inoue | Display MSDTC error messages properly in Distributed... |
commit | commitdiff | tree |
| 2017-05-30 |
Hiroshi Inoue | Fix a crash when testing Distributed Transaction relate... |
commit | commitdiff | tree |
| 2017-05-29 |
Hiroshi Inoue | Add missing declaration. |
commit | commitdiff | tree |
| 2017-05-29 |
Hiroshi Inoue | Fix a bug in makeConnectString(). |
commit | commitdiff | tree |
| 2017-05-28 |
Hiroshi Inoue | Modify getDSNinfo(). There should be no change in ConnI... |
commit | commitdiff | tree |
| 2017-05-28 |
Hiroshi Inoue | Unify copyAttributes() and copyCommonAttributes() into... |
commit | commitdiff | tree |
| 2017-05-28 |
Hiroshi Inoue | Revise the update of ConnInfo using DSN and/or connecti... |
commit | commitdiff | tree |
| 2017-05-27 |
Hiroshi Inoue | Review the conditions to display dialogs in SQLDriverCo... |
commit | commitdiff | tree |
| 2017-05-26 |
Hiroshi Inoue | Recover the code in SQLGetDiagRecW() and SQLGetDiagFiel... |
commit | commitdiff | tree |
| 2017-05-24 |
Hiroshi Inoue | Remove ConnInfo.drivers.onlyread and ConnInfo.drivers... |
commit | commitdiff | tree |
| 2017-05-24 |
Hiroshi Inoue | Removed an external variable "globals". |
commit | commitdiff | tree |
| 2017-05-22 |
Hiroshi Inoue | Remove unused variables. |
commit | commitdiff | tree |
| 2017-05-19 |
Hiroshi Inoue | Remove the stuff about Debug and Commlog from getCommon... |
commit | commitdiff | tree |
| 2017-05-15 |
Hiroshi Inoue | For the sake of clarity #define DBMS_NAME in psqlodbc... |
commit | commitdiff | tree |
| 2017-05-13 |
Hiroshi Inoue | Implement SC_get_localtime() and reduce time()/localtim... |
commit | commitdiff | tree |
| 2017-05-11 |
Hiroshi Inoue | Make a function setup_getdataclass() separating from... |
commit | commitdiff | tree |
| 2017-05-11 |
Hiroshi Inoue | Reorganize the language conversion between the current... |
commit | commitdiff | tree |
| 2017-05-11 |
Hiroshi Saito | Prep release 09.06.0310. REL-09_06_0310 |
commit | commitdiff | tree |
| 2017-05-10 |
Hiroshi Inoue | Fix a crash bug when connecting from MSACCESS(Microsoft... |
commit | commitdiff | tree |
| 2017-05-07 |
Hiroshi Saito | Prep release 09.06.0300. REL-09_06_0300 |
commit | commitdiff | tree |
| 2017-04-29 |
Hiroshi Saito | add bat files for windows. |
commit | commitdiff | tree |
| 2017-04-27 |
Hiroshi Inoue | Handle the case locale is 'C' in wchar-char-test. |
commit | commitdiff | tree |
| 2017-04-27 |
Hiroshi Inoue | Fix a crash bug when the locale isn't set. |
commit | commitdiff | tree |
| 2017-04-27 |
Hiroshi Inoue | exit(0) instead of exit(1). |
commit | commitdiff | tree |
| 2017-04-27 |
Hiroshi Inoue | Set lc_messages='C' for regression test. |
commit | commitdiff | tree |
| 2017-04-26 |
Hiroshi Inoue | Add fflush(stdout). |
commit | commitdiff | tree |
| 2017-04-26 |
Hiroshi Inoue | Fix a compiler warning. |
commit | commitdiff | tree |
| 2017-04-26 |
Hiroshi Inoue | Use the same CPPFLAGS as well as CFLAGS/LDFLAGS to... |
commit | commitdiff | tree |
| 2017-04-24 |
Hiroshi Inoue | Review the handling of OUTPUT parameters in SQLProcedur... |
commit | commitdiff | tree |
| 2017-04-23 |
Hiroshi Inoue | Modify a message a little. |
commit | commitdiff | tree |
| 2017-04-23 |
Hiroshi Inoue | Correct the inappropriate use of set_nullfield_int2(). |
commit | commitdiff | tree |
| 2017-04-21 |
Hiroshi Inoue | Don't reset the status of Keyset in case of updates. |
commit | commitdiff | tree |
| 2017-04-21 |
Hiroshi Inoue | Error out when SQLSetPos() skips updates. |
commit | commitdiff | tree |
| 2017-04-21 |
Hiroshi Inoue | Psqlodbc driver seems to skip repeated updates using... |
commit | commitdiff | tree |
| 2017-04-20 |
Hiroshi Inoue | Fix a crash bug introduced by the previous commit. |
commit | commitdiff | tree |
| 2017-04-20 |
Hiroshi Inoue | Add an environment variable which defines a common... |
commit | commitdiff | tree |
| 2017-04-12 |
Hiroshi Inoue | Add __STDC_ISO_10646__ check to confirm that wchar_t... |
commit | commitdiff | tree |
| 2017-04-03 |
Hiroshi Inoue | It's bad to use lf_conv here. |
commit | commitdiff | tree |
| 2017-04-02 |
Hiroshi Inoue | Rename the dsn for ANSI regression test from psqlodbc_t... |
commit | commitdiff | tree |
| 2017-04-02 |
Hiroshi Inoue | Handle locales in non-Windows platforms and overhaule... |
commit | commitdiff | tree |
| 2017-03-31 |
Hiroshi Inoue | Modify wchar-char test a little. |
commit | commitdiff | tree |
| 2017-03-30 |
Hiroshi Inoue | Add a new test case wchar-char-test. |
commit | commitdiff | tree |
| 2017-03-29 |
Hiroshi Inoue | Remove #ifdef WIN_UNICODE_SUPPORT. |
commit | commitdiff | tree |
| 2017-03-27 |
Hiroshi Inoue | Make a function convert_text_field_to_sql_c() simply... |
commit | commitdiff | tree |
| next |