psqlodbc.git
2024-04-19 davecramerBuild and release using github actions
2024-03-04 Dave CramerMerge pull request #3 from davecramer/fix_overflow
2024-02-28 Dave Cramermake stapos an unsigned int just in case
2024-02-27 Dave Crameruse unsigned word for lengths to avoid overflow
2023-09-16 SAITO HiroshiPrep Relese 16.00.0000. REL-16_00_0000
2023-09-08 Hiroshi InoueMake it possible to use standard bool on Windows.
2023-09-08 UbuntuUse autoconf to check for stdbool.h Committer: Dave...
2023-06-23 SAITO HiroshiPrep release 15.00.0000. REL-15_00_0000
2023-06-23 Hiroshi InoueDefine TRUE and FALSE for regression tests in case...
2023-06-23 Adrian GruczaBug fix: SQLColAttribute returns wrong column name...
2023-06-23 Adrian GruczaPrevent cursors being closed prematurely
2023-06-21 Hiroshi InoueCurrenly SQLColumnPrivileges() call fails. Fix a typo...
2022-12-23 Hiroshi InoueEnable SQLColumnPrivileges functionality.
2022-11-30 Adrian GruczaFix FetchRefcursors issues 1. Fix crash if error occurs...
2021-11-21 Hiroshi Inoue1. Fix a bug that SQLGetDiagField(SQL_DIAG_NUMBER)...
2021-09-22 Hiroshi SaitoPrep Release 13.02.0000. REL-13_02_0000
2021-08-29 VadimCPTimeout option set to 60 for odbc driver by default
2021-08-29 Hiroshi InoueUse ODBC 3 column names for the result set of catalog...
2021-06-07 Hiroshi InoueSuppress compiler warnings.
2021-05-26 Adrian GruczaNamed parameter binding support
2021-05-26 Hiroshi InoueThe commit 2e67af added a new ansi test dsn psqlodbc_te...
2021-05-26 Hiroshi InoueSuppress compiler warnings.
2021-05-26 Adrian GruczaAllow installation and testing of a debug build of...
2021-05-25 Adrian GruczaSupport fetching results from multiple refcursors ...
2021-05-25 Adrian GruczaRemove REFCUR_SUPPORT, add FetchRefcursors setting
2021-05-23 Aaron SpikeWe've noticed that the password field on the PostgreSQL...
2021-05-15 Hiroshi InoueRemove a mylog() call which is a dupilicate of the...
2021-05-02 Hiroshi SaitoPrep Ver 03.01.0000 REL-13_01_0000
2021-04-30 Hiroshi InoueFormat check for ExtraOptions of setup dialog.
2021-04-21 Hiroshi InouePrioritize DISABLE_KEEPALIVE checkbox over the disable_...
2021-04-21 Hiroshi InoueForget to apply disable_convert_func flag to VARCHAR...
2021-04-21 Hiroshi InoueLet SQLExecute() destroy the old result first.
2021-04-21 Hiroshi InoueLet SQLDescribeCol() use parsed result when the current...
2021-04-21 Hiroshi InoueAdd a *update returning* test case to insertreturning...
2021-04-21 Hiroshi InoueAdd a call for SQLDescribeCol() before SQLExecute(...
2021-04-08 Hiroshi InoueFix a bug of CC_send_query_append() when the ignore_rou...
2021-02-18 Daniel GustafssonRefactor check for SSL connection
2021-02-18 Hiroshi InoueRemove deprected-test from regression test. It is no...
2020-12-02 Hiroshi Saitofixed typo, per report Hayato Kuroda-san.
2020-11-19 Hiroshi SaitoPrep release 13.00.0000. REL-13_00_0000
2020-11-19 Hiroshi Saitofixed C99 mode.
2020-11-10 Hiroshi InoueAdd support for CONVERT scalar function.
2020-11-09 Hiroshi InoueCope with the case that openssl libraries link msvc...
2020-11-07 Hiroshi InoueFix a compilation error with vc10.
2020-10-02 Hiroshi InoueCall AC_CHECK_SIZEOF() or AC_CHECK_TYPES() macros at...
2020-09-26 Hiroshi InoueSuppress some gcc compiler warnings.
2020-07-27 Hiroshi InoueFix a compilation error with GCC 10 due to conflicting...
2020-07-19 Hiroshi InoueA code cleaup.
2020-07-19 Hiroshi InoueAdd support for development with VC16(Visual Studio...
2020-07-19 Hiroshi InoueFix compilation errors with vc10 caused by the previous...
2020-07-01 Hiroshi InoueHold the first and last result for parametrized SQL...
2020-07-01 Hiroshi InoueRevise the handling of QResultClass list.
2020-06-22 Hiroshi InoueCorrect the handling of SQL_ROW_ERROR and SQL_ROW_SUCCE...
2020-06-22 worldleaderpretend* Remove the single table restriction in SC_set_SS_colu...
2020-06-18 Hiroshi InoueFix a compilation error in cygwin.
2020-05-30 worldleaderpretend* Fixed the way joins are identified in the parser...
2020-05-30 Hiroshi InoueOops, I forgot to place a line in a macro defintion.
2020-05-30 Hiroshi InoueImprove error reporting abuut SC_pos_reload_needed().
2020-05-26 Hiroshi SaitoPrep release 12.02.0000. REL-12_02_0000
2020-05-26 Hiroshi Saitofixed loop initial declaration used outside C99 mode.
2020-05-23 Hiroshi InoueSuppress a warning.
2020-05-22 Hiroshi InoueAn improvement for psqlodbc developpers. Make it possib...
2020-05-22 Hiroshi InoueAdd a new option IgnoreTimeout.
2020-05-20 Hiroshi InoueAdd regression test for batch execution.
2020-05-20 Hiroshi InoueChange SC_execute() so that it returns a return code...
2020-05-20 Hiroshi InoueImprove execution of parameterized SQL statements with...
2020-05-17 Hiroshi InoueIgnore PQtransactionStatus PQTRANS_ACTIVE in LIBPQ_upda...
2020-05-16 Hiroshi InoueHandle notice messages in libpq_bind_and_exec(). Sets...
2020-03-02 Hiroshi InoueAdd a new *Display Optional Error Message* option....
2020-02-28 Hiroshi InoueUse diff command of git bash in preference to wsl diff...
2020-01-07 Hiroshi SaitoPrep release 12.01.0000 REL-12_01_0000
2020-01-05 Hiroshi InoueFix param-conversion and error-rollback regression...
2020-01-05 Hiroshi InoueUpdate the expected result of odbc-escapes regression...
2020-01-05 Hiroshi InoueCope with the removal of pg_class.relhasoids in PG12...
2019-12-16 Hiroshi InoueFlush stdout before exiting.
2019-12-16 Hiroshi InoueFix the bug that causes Error : A parameter cannot...
2019-12-11 Hiroshi InoueCheck the format of version number in editConfiguration...
2019-11-08 Hiroshi InoueFix result-conversions regression test.
2019-10-11 Hiroshi SaitoPrep release 12.00.0000 REL-12_00_0000
2019-10-04 Hiroshi InoueSilence some compiler warnings.
2019-10-04 Hiroshi InoueFix a crash bug when SQLProcedureColumns() handles...
2019-10-04 Hiroshi InoueThe macro IS_NOT_SPACE() is used for not pointers but...
2019-08-14 Hiroshi InoueAdded support for scalar functions TIMESTAMPADD(),...
2019-08-01 Hiroshi InoueSince commit 778571, SQLGetTypeInfo() filters SQL_TYPE_...
2019-07-22 Hiroshi InoueFix the bug that SQLGetDescField() for Field SQL_DESC_C...
2019-05-24 Hiroshi SaitoPrep release 11.01.0000 REL-11_01_0000
2019-05-19 Hiroshi InoueFix test_connection() in setup.c so that settings of...
2019-05-19 Hiroshi InoueBug fix: don't forget to set parameter numbers while...
2019-05-15 Hiroshi InoueCorrect the rgbInfoValue returned by SQLGetInfo(.....
2019-05-01 Hiroshi InoueFix a typo in SQLForeignKeys-ResultSet-Column.
2019-04-29 Hiroshi InoueCorrect the rgbInfoValue returned by SQLGetInfo(SQL_LIK...
2019-04-29 Hiroshi InoueRegister drivers {PostgreSQL ANSI} and {PostgreSQL...
2019-04-28 Hiroshi InoueBecause the field 'relhasoids' was dropped in PG12...
2019-03-29 Hiroshi InoueCorrect the rgbInfoValue returned by SQLGetInfo(SQL_TIM...
2018-11-17 Hiroshi SaitoPrep release 11.00.0000. REL-11_00_0000
2018-11-13 Hiroshi InoueFix a bug that SQLSpecialColumns() returns oid/xmin...
2018-11-10 Hiroshi InoueChange the default platform parameter from "x64" to...
2018-11-07 Hiroshi InoueDocumentation fix.
2018-11-05 Hiroshi InoueIn Postgresql, numeric items without precision are...
2018-11-03 Hiroshi InoueThe Windows binaries of next release will be built...
next