psqlodbc.git
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
2017-03-08 Hiroshi InoueStop specifying parameter datatype oids in parse messag...
2017-03-08 Hiroshi InoueFix regression test failures in diagnostic-test.
2017-03-08 Hiroshi InoueUse 1/0 instead of TRUE/FALSE in test/src/odbc-escape...
2017-03-07 Hiroshi InoueRevise recent lost connection check.
2017-03-06 Hiroshi InoueRemove upgrade(_x64).bat.
2017-03-06 Hiroshi InoueOops the implementation of SC_set_error_if_not_set...
2017-03-05 Hiroshi InoueMake check of connection lost.
2017-03-04 Hiroshi InoueHandle output parameters properly in build_libpq_bind_p...
2017-03-04 Hiroshi InoueThe failure of libpq_bind_exec() which returns NULL...
2017-02-24 Hiroshi InoueModify odbc-escapes-test case. SQLExecDirect cases...
2017-02-08 Hiroshi InoueStart transactons first before calling SQLEndTran().
2017-02-06 Hiroshi InoueRun the diff against all expected output files and...
2017-02-06 Hiroshi InoueOops I should have removed test/expected/deprecated_2...
2017-02-06 Hiroshi InoueSuppress a diff output of deprecated-test.
2017-02-06 Hiroshi InoueUse the same version number in buildBootstrapper.ps1...
2017-02-02 Hiroshi Saitomissing include position.. REL-09_06_0100
2017-02-02 Hiroshi Saitoadd def files.
2017-02-02 Hiroshi SaitoOoops, lost psqlsetup.c
2017-02-02 Hiroshi Saitochange winbuild list of EXTRA_DIST.
2017-02-02 Hiroshi InoueFix the expected output of catalogfunctions test on...
2017-02-01 Hiroshi SaitoOops, typo version.
2017-02-01 Hiroshi InoueRemoved version number from the configuration template...
2017-02-01 Hiroshi InouegetVersion already got $VERSION correctly.
2017-01-31 Hiroshi SaitoPrep relese 09.06.0100.
2017-01-30 Hiroshi InoueChange expected result of catalogfunctions-test accordi...
2017-01-30 Hiroshi InoueJust an improvement for testing.
2017-01-30 Hiroshi InoueChange the default of ByteaAsLongVarBinary from 0 to 1.
2017-01-29 Hiroshi InoueAs tuple_updated item in AddUpdated(), the parameter...
2017-01-29 Hiroshi InoueFix a compiltaion error and some warnings.
2017-01-29 Hiroshi InoueFix a corner case when parsing connection strings enclo...
2017-01-28 Hiroshi InoueParse connection strings enncloed with braces more...
2017-01-28 Hiroshi InoueAdd a new option 'pqopt' which specifies libpq connecti...
2017-01-21 Hiroshi Inouea hack to handle boolean items in VBA with MS Access.
2017-01-21 Hiroshi InoueEnable SQLBulkOperations in declare/fetch mode using...
2017-01-18 Hiroshi InoueOops I placed parameters of memset() in the wrong order.
2017-01-16 Hiroshi InoueImplement SQL_FECTH_BY_BOOKMARK operation of SQLBulkOpe...
2017-01-15 Hiroshi InoueMake some macros more safe.
next