openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
psqlodbc
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 2 hours
ago. based on code collected
about 2 hours
ago.
May 31, 2024 — May 31, 2025
Showing page 4 of 71
Search / Filter on:
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.
Hiroshi Inoue
More...
about 4 years ago
Suppress compiler warnings.
Hiroshi Inoue
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
Adrian Grucza
More...
about 4 years ago
Remove REFCUR_SUPPORT, add FetchRefcursors setting
Adrian Grucza
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.
Adrian Grucza
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.
Hiroshi Inoue
More...
about 4 years ago
Prep Ver 03.01.0000
Hiroshi Saito
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.
Aaron Spike
More...
about 4 years ago
Format check for ExtraOptions of setup dialog.
Hiroshi Inoue
More...
about 4 years ago
Prioritize DISABLE_KEEPALIVE checkbox over the disable_keepalive bit of ExtraOptions.
Hiroshi Inoue
More...
about 4 years ago
Forget to apply disable_convert_func flag to VARCHAR and LONGVARCHAR.
Hiroshi Inoue
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.
Hiroshi Inoue
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.
Hiroshi Inoue
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.
Hiroshi Inoue
More...
about 4 years ago
Fix a bug of CC_send_query_append() when the ignore_roundtrip_time flag is on.
Hiroshi Inoue
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.
Hiroshi Inoue
More...
about 4 years ago
Refactor check for SSL connection
Daniel Gustafsson
More...
over 4 years ago
Remove deprected-test from regression test. It is no longer needed and causes compilation errors in some environments.
Hiroshi Inoue
More...
over 4 years ago
fixed typo, per report Hayato Kuroda-san.
Hiroshi Saito
More...
over 4 years ago
Prep release 13.00.0000.
Hiroshi Saito
More...
over 4 years ago
fixed C99 mode.
Hiroshi Saito
More...
over 4 years ago
Cope with the case that openssl libraries link msvc runtimes other than libraries which psqlodbc or libpq links.
Hiroshi Inoue
More...
over 4 years ago
Fix a compilation error with vc10.
Hiroshi Inoue
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.
Hiroshi Inoue
More...
over 4 years ago
Suppress some gcc compiler warnings.
Hiroshi Inoue
More...
over 4 years ago
Fix a compilation error with GCC 10 due to conflicting variable names. Patch by Paul Wise.
Hiroshi Inoue
More...
almost 5 years ago
Fix compilation errors with vc10 caused by the previous commit.
Hiroshi Inoue
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.
Hiroshi Inoue
More...
almost 5 years ago
Add support for CONVERT scalar function.
Hiroshi Inoue
More...
almost 5 years ago
A code cleaup. Remove curr_param_result property of StatementClass and separate parsed result from the exec result.
Hiroshi Inoue
More...
almost 5 years ago
←
1
2
3
4
5
6
7
8
9
…
70
71
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree