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 5 of 71
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Hold the first and last result for parametrized SQL statements with array of parameters. This would improve the performance of bulk inserts/updates etc.
Hiroshi Inoue
More...
almost 5 years ago
Revise the handling of QResultClass list. Introduce macros QR_concat(), QR_detach() and QR_next().
Hiroshi Inoue
More...
almost 5 years ago
Fix a compilation error in cygwin.
Hiroshi Inoue
More...
almost 5 years ago
Correct the handling of SQL_ROW_ERROR and SQL_ROW_SUCCESS_WITH_INFO.
Hiroshi Inoue
More...
almost 5 years ago
Oops, I forgot to place a line in a macro defintion.
Hiroshi Inoue
More...
about 5 years ago
Improve error reporting abuut SC_pos_reload_needed().
Hiroshi Inoue
More...
about 5 years ago
* Remove the single table restriction in SC_set_SS_columnkey
worldleaderpretend
More...
about 5 years ago
* Fixed the way joins are identified in the parser * Added to gitignore
worldleaderpretend
More...
about 5 years ago
Prep release 12.02.0000.
Hiroshi Saito
More...
about 5 years ago
fixed loop initial declaration used outside C99 mode.
Hiroshi Saito
More...
about 5 years ago
Suppress a warning.
Hiroshi Inoue
More...
about 5 years ago
Add a new option IgnoreTimeout. Some tools issue issue SQLSetStmtAttr(.., SQL_ATTR_QUERY_TIMEOUT,,) internally and sometimes it's difficult for users to change the timeout value. You can disable the timeout by turning on this option.
Hiroshi Inoue
More...
about 5 years ago
Add regression test for batch execution.
Hiroshi Inoue
More...
about 5 years ago
Change SC_execute() so that it returns a return code which is not affetced by the preceding results. It's necessary for batch execution with arrays of parameters.
Hiroshi Inoue
More...
about 5 years ago
Improve execution of parameterized SQL statements with arrays of parameters by sending chunks of SQL statements. If SQL_ATTR_CURSOR_TYPE of an statement is SQL_CURSOR_FORWARD_ONLY, SQL_ATTR_CONCURRENCY is SQL_CONCUR_READ_ONLY and extended protocol isn't used, the batch execution of the statement is possible. A new option Batch Size was introduced for such cases. Batch Size: Split an array (of parameters) into chunks of Batch Size to execute statements. The last chunk may contain less than Batch Size elements. Setting 1 to this option forces the current one by one execution.
Hiroshi Inoue
More...
about 5 years ago
Ignore PQtransactionStatus PQTRANS_ACTIVE in LIBPQ_update_transaction_status(). PQTRANS_ACTIVE isn't a transaction status.
Hiroshi Inoue
More...
about 5 years ago
Handle notice messages in libpq_bind_and_exec(). Sets and resets a notify receiver around PQexecParams() or PQexecPrepared().
Hiroshi Inoue
More...
about 5 years ago
An improvement for psqlodbc developpers. Make it possible to call some shell scripts from other directories.
Hiroshi Inoue
More...
about 5 years ago
Use diff command of git bash in preference to wsl diff command. Unfortunately >> (appending redirected output) doesn't work well with wsl.
Hiroshi Inoue
More...
over 5 years ago
Add a new *Display Optional Error Message* option. This option allows to display error messages other than primary one. Also add documentaition about the option and *Numeric as* option.
Hiroshi Inoue
More...
over 5 years ago
Prep release 12.01.0000
Hiroshi Saito
More...
over 5 years ago
Fix param-conversion and error-rollback regression test in PG12. Old param-conversions.out was renamed param-conversions_2.out. Old param-conversions_1.out was renamed param-conversions_3.out. Old error-rollback.out was renamed error-rollback_1.out.
Hiroshi Inoue
More...
over 5 years ago
Update the expected result of odbc-escapes regression test for PG12's new floating point output format. Old odbc-escapes.out was renamed odbc-escapes_1.out.
Hiroshi Inoue
More...
over 5 years ago
Cope with the removal of pg_class.relhasoids in PG12 correctly when retrieving updatable cursors.
Hiroshi Inoue
More...
over 5 years ago
Flush stdout before exiting.
Hiroshi Inoue
More...
over 5 years ago
Check the format of version number in editConfiguration.ps1.
Hiroshi Inoue
More...
over 5 years ago
Fix the bug that causes Error : A parameter cannot be found that matches parameter nameāne'. 1. Check BuildResult(the result of drivers build) before building installers. 2. Enclose the command part * Find_VSDir $vc_ver * with parentheses so that the subsequent * -ne "" * isn't considered to be a parameter.
Hiroshi Inoue
More...
over 5 years ago
Fix result-conversions regression test. 1. Remove tests for abstime type because the type was removed in PG12. 2. Update results for PG12's new floating point output format.
Hiroshi Inoue
More...
over 5 years ago
Prep release 12.00.0000
Hiroshi Saito
More...
over 5 years ago
Silence some compiler warnings.
Hiroshi Inoue
More...
over 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