psqlodbc.git
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...
2017-05-07 Hiroshi SaitoPrep release 09.06.0300. REL-09_06_0300
2017-04-29 Hiroshi Saitoadd bat files for windows.
2017-04-27 Hiroshi InoueHandle the case locale is 'C' in wchar-char-test.
2017-04-27 Hiroshi InoueFix a crash bug when the locale isn't set.
2017-04-27 Hiroshi Inoueexit(0) instead of exit(1).
2017-04-27 Hiroshi InoueSet lc_messages='C' for regression test.
2017-04-26 Hiroshi InoueAdd fflush(stdout).
2017-04-26 Hiroshi InoueFix a compiler warning.
2017-04-26 Hiroshi InoueUse the same CPPFLAGS as well as CFLAGS/LDFLAGS to...
2017-04-24 Hiroshi InoueReview the handling of OUTPUT parameters in SQLProcedur...
2017-04-23 Hiroshi InoueModify a message a little.
2017-04-23 Hiroshi InoueCorrect the inappropriate use of set_nullfield_int2().
2017-04-21 Hiroshi InoueDon't reset the status of Keyset in case of updates.
2017-04-21 Hiroshi InoueError out when SQLSetPos() skips updates.
2017-04-21 Hiroshi InouePsqlodbc driver seems to skip repeated updates using...
2017-04-20 Hiroshi InoueFix a crash bug introduced by the previous commit.
2017-04-20 Hiroshi InoueAdd an environment variable which defines a common...
2017-04-12 Hiroshi InoueAdd __STDC_ISO_10646__ check to confirm that wchar_t...
2017-04-03 Hiroshi InoueIt's bad to use lf_conv here.
2017-04-02 Hiroshi InoueRename the dsn for ANSI regression test from psqlodbc_t...
2017-04-02 Hiroshi InoueHandle locales in non-Windows platforms and overhaule...
2017-03-31 Hiroshi InoueModify wchar-char test a little.
2017-03-30 Hiroshi InoueAdd a new test case wchar-char-test.
2017-03-29 Hiroshi InoueRemove #ifdef WIN_UNICODE_SUPPORT.
2017-03-27 Hiroshi InoueMake a function convert_text_field_to_sql_c() simply...
2017-03-25 Hiroshi InoueIntroduce locale_encoding which corresponds to the...
2017-03-24 Hiroshi InoueAdd #ifdef UNICODE_SUPPORT where there should be.
2017-03-24 Hiroshi InoueStop using percent-encoding to store the conn_settings...
2017-03-24 Hiroshi InoueFor Unicode drivers, when SQLConnect() or SQLDriverConn...
2017-03-23 Hiroshi InoueChange the max byte per char of UTF8 from 6 to 4. This...
2017-03-23 Hiroshi InoueModify odbcini-gen.sh so that it generates ANSI driver...
2017-03-22 Hiroshi InoueGenerate psqlodbca.so(ANSI version of driver) as well...
2017-03-22 Hiroshi InoueRevise the handling of client encoding so as not to...
2017-03-21 Hiroshi InoueSimple implementation of get_environment_setting()...
2017-03-21 Hiroshi InoueFix ansi version result-conversions-test on Windows.
2017-03-20 Hiroshi InoueReflect the ANSI test dsn to reset-db.
2017-03-20 Hiroshi InoueFix a compilation error and remove an ununed varaible.
2017-03-20 Hiroshi InoueFix a dangling reference in CC_lookup_characterset...
2017-03-20 Hiroshi InoueThe 1st cut to add regression test for Windows Ansi...
2017-03-20 Hiroshi InoueRemove unnecessary code from Unicode drivers.
2017-03-20 Hiroshi InoueFix a bug about Unicode driver for ansi apps.
2017-03-19 Hiroshi InoueFixes about SQLDescribeCol() or SQLColAttribute().
2017-03-18 Hiroshi InoueRemove obsolete code in statement.c.
2017-03-18 Hiroshi InoueUse symbols defined in catfunc.h instead of literal...
2017-03-18 Hiroshi InoueRemove UNKNOWNS_AS_CATALOG of Unknown Sizes option.
2017-03-18 Hiroshi InoueRevise the use of pgtype_xxxx() in catalog functions.
2017-03-17 Hiroshi InoueRevise the handling of show oid column and row versioni...
2017-03-17 Hiroshi InoueModify the code about UNKNOWNS_AS_LONGEST of the Unknow...
2017-03-16 Hiroshi InoueRemove obsolete code in pgtypes.c.
2017-03-16 Hiroshi InoueRemove obsolete code in info.c.
2017-03-13 Hiroshi InoueFor debug, implement SQLSet/GetConnectAttr() for some...
2017-03-10 Hiroshi SaitoPrep release 09.06.0200 REL-09_06_0200
next