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
Hold the first and last result for parametrized SQL statements with array of parameters. This would improve the performance of bulk inserts/updates etc. More... almost 5 years ago
Revise the handling of QResultClass list. Introduce macros QR_concat(), QR_detach() and QR_next(). More... almost 5 years ago
Fix a compilation error in cygwin. More... almost 5 years ago
Correct the handling of SQL_ROW_ERROR and SQL_ROW_SUCCESS_WITH_INFO. More... almost 5 years ago
Oops, I forgot to place a line in a macro defintion. More... about 5 years ago
Improve error reporting abuut SC_pos_reload_needed(). More... about 5 years ago
* Remove the single table restriction in SC_set_SS_columnkey More... about 5 years ago
* Fixed the way joins are identified in the parser * Added to gitignore More... about 5 years ago
Prep release 12.02.0000. More... about 5 years ago
fixed loop initial declaration used outside C99 mode. More... about 5 years ago
Suppress a warning. 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. More... about 5 years ago
Add regression test for batch execution. 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. 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. More... about 5 years ago
Ignore PQtransactionStatus PQTRANS_ACTIVE in LIBPQ_update_transaction_status(). PQTRANS_ACTIVE isn't a transaction status. More... about 5 years ago
Handle notice messages in libpq_bind_and_exec(). Sets and resets a notify receiver around PQexecParams() or PQexecPrepared(). More... about 5 years ago
An improvement for psqlodbc developpers. Make it possible to call some shell scripts from other directories. 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. 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. More... over 5 years ago
Prep release 12.01.0000 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. 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. More... over 5 years ago
Cope with the removal of pg_class.relhasoids in PG12 correctly when retrieving updatable cursors. More... over 5 years ago
Flush stdout before exiting. More... over 5 years ago
Check the format of version number in editConfiguration.ps1. 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. 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. More... over 5 years ago
Prep release 12.00.0000 More... over 5 years ago
Silence some compiler warnings. More... over 5 years ago