0
I Use This!
Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
May 31, 2024 — May 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The commit 2e67af added a new ansi test dsn psqlodbc_test_dsn_ansi_debug. So change the way how to determine ansi test driver. More... about 4 years ago
Suppress compiler warnings. More... about 4 years ago
Support fetching results from multiple refcursors * Multiple result sets are returned if multiple refcursors are found * Works with both ODBC CALL and PostgreSQL CALL syntaxes * Query must be executed in a transaction to avoid cursors being closed * Now works when output parameters are present * Added fetch-refcursors regression test More... about 4 years ago
Remove REFCUR_SUPPORT, add FetchRefcursors setting More... about 4 years ago
Allow installation and testing of a debug build of the driver (useful for debugging). Fixed a bug in `regress.ps1` where accepting the default password of `postgres` did not work. More... about 4 years ago
Remove a mylog() call which is a dupilicate of the preceding MYLOG() macro call. Also direct use of mylog() should be avoided because mylog() uses lots of CPU. More... about 4 years ago
Prep Ver 03.01.0000 More... about 4 years ago
We've noticed that the password field on the PostgreSQL Connection dialog is always focused when empty, even when other fields that appear earlier on the dialog (and in the tab order) are empty. This is only a minor annoyance, but it does seem like it would be contrary to the expectation of most users. I would propose separating the conditional to inform the user that the password is required, but still focus the first empty field. More... about 4 years ago
Format check for ExtraOptions of setup dialog. More... about 4 years ago
Prioritize DISABLE_KEEPALIVE checkbox over the disable_keepalive bit of ExtraOptions. More... about 4 years ago
Forget to apply disable_convert_func flag to VARCHAR and LONGVARCHAR. More... about 4 years ago
Add a *update returning* test case to insertreturning regression test. The diff of the result was reported by Patrick Cheung and will be fixed in the later commit. More... about 4 years ago
Add a call for SQLDescribeCol() before SQLExecute() to prepare-test. The diff of the result was reported by Mangold Fabian and will be fixed in the later commit. More... about 4 years ago
Let SQLExecute() destroy the old result first. This change fixes the diff of insertreturning-test regression test reported by Patrick Cheung. More... about 4 years ago
Fix a bug of CC_send_query_append() when the ignore_roundtrip_time flag is on. More... about 4 years ago
Let SQLDescribeCol() use parsed result when the current executed result is NULL. This change fixes the diff of prepare-test regression test reported by Mangold Fabian. More... about 4 years ago
Refactor check for SSL connection More... over 4 years ago
Remove deprected-test from regression test. It is no longer needed and causes compilation errors in some environments. More... over 4 years ago
fixed typo, per report Hayato Kuroda-san. More... over 4 years ago
Prep release 13.00.0000. More... over 4 years ago
fixed C99 mode. More... over 4 years ago
Cope with the case that openssl libraries link msvc runtimes other than libraries which psqlodbc or libpq links. More... over 4 years ago
Fix a compilation error with vc10. More... over 4 years ago
Call AC_CHECK_SIZEOF() or AC_CHECK_TYPES() macros at earlier stage where LIBS variable isn't set yet. These macros compile and run some programs. On some platforms(with some linker options like --no-as-needed in Lnux Gnu linker) the programs try to link libraries specified by LIBS variable at run time. There are some cases that the programs fail due to missing library which is actually not needed and AC_CHECK_SIZEOF() returns 0. More... over 4 years ago
Suppress some gcc compiler warnings. More... over 4 years ago
Fix a compilation error with GCC 10 due to conflicting variable names. Patch by Paul Wise. More... almost 5 years ago
Fix compilation errors with vc10 caused by the previous commit. More... almost 5 years ago
Add support for development with VC16(Visual Studio 2019). MSToolsVersion parameter of BuildAll.ps1 and of regress.ps1 are deprecated. More... almost 5 years ago
Add support for CONVERT scalar function. More... almost 5 years ago
A code cleaup. Remove curr_param_result property of StatementClass and separate parsed result from the exec result. More... almost 5 years ago