summaryrefslogtreecommitdiff
path: root/execute.c
AgeCommit message (Expand)Author
2024-05-19Fixed typos in all source code and documentations (#11)Hunaid Sohail
2021-04-21Let SQLExecute() destroy the old result first.Hiroshi Inoue
2020-07-19A code cleaup.Hiroshi Inoue
2020-07-01Revise the handling of QResultClass list.Hiroshi Inoue
2020-05-26fixed loop initial declaration used outside C99 mode.Hiroshi Saito
2020-05-20Change SC_execute() so that it returns a return code which is notHiroshi Inoue
2020-05-20Improve execution of parameterized SQL statements with arrays of parameters b...Hiroshi Inoue
2018-05-23Fix compiler warnings in i386-linux-gnu.Hiroshi Inoue
2018-04-18Put back the handling of lock_CC_for_rb variable.Hiroshi Inoue
2017-12-26Review the level of MYLOG, QLOG.Hiroshi Inoue
2017-12-23Free any data at exec params before the statement is executed again or the ne...Hiroshi Inoue
2017-09-18Improve @@identty handling.Hiroshi Inoue
2017-09-12Handle PG 10 identity columns.Hiroshi Inoue
2017-08-27Further Mylog renewal.Hiroshi Inoue
2017-08-16Implement myprintf() which prints logs according to printf format and make lo...Hiroshi Inoue
2017-08-15Review the use of mylog().Hiroshi Inoue
2017-07-19Fix buffer truncations reported by Pavel Raiskup.Hiroshi Inoue
2017-07-04Fix some compiler warnings.Hiroshi Inoue
2017-06-30Review CC_send_query_append(.., .., ROLLBACK_ON_ERROR | IGNORE_ABORT_ON_CONN,...Hiroshi Inoue
2017-06-19Don't call CC_send_query() so as to ROLLBACK to the internal savepoint.Hiroshi Inoue
2017-06-17Reduce roundtrips when using SAVEPOINTs by issuing multiple commands after pr...Hiroshi Inoue
2017-06-14Reduce SAVEPOINT calls especially in use declare/fetch mode by omitting SAVEP...Hiroshi Inoue
2017-06-12Reduce the number of roundtrips in the implementation of statement rollack.Hiroshi Inoue
2017-06-10Clean up the use of 'internal' member of StatementClass.Hiroshi Inoue
2017-06-09Rename snprintf_add() snprintfcat().Hiroshi Inoue
2017-06-07Clean up the use of sprintf(). Replace sprintf() by snprintf() or the macro S...Hiroshi Inoue
2017-05-19Remove the stuff about Debug and Commlog from getCommonDefaults().Hiroshi Inoue
2017-03-24Add #ifdef UNICODE_SUPPORT where there should be.Hiroshi Inoue
2017-03-07Revise recent lost connection check.Hiroshi Inoue
2016-10-08Fix compiler warnings.Hiroshi Inoue
2016-04-03The third stricmp() in writeDriverCommoninfo() is useless, because the second...Hiroshi Inoue
2016-02-27Clear the parsed result before executing simple query so that SQLRowCount() r...Hiroshi Inoue
2015-11-24Remove an unrefereced variable.Hiroshi Inoue
2015-11-09Improve parsing of INSERT INTO statements to support @@identityHeikki Linnakangas
2015-01-29Don't do premature execution.Heikki Linnakangas
2015-01-19Remove long-since obsolete FAR/NEAR decorations from pointers.Heikki Linnakangas
2014-12-31Use libpq for everything.Heikki Linnakangas
2014-12-02Misc cleanup.Heikki Linnakangas
2014-10-29Remove some remnants of ODBCVER < 3.51 support.Heikki Linnakangas
2014-10-29Remove support for ODBC versions < 3.51.Heikki Linnakangas
2014-10-29Remove support for protocol versions older than 3.Heikki Linnakangas
2014-09-22Fix the bug reported by Phillippe Champignon.Hiroshi Inoue
2014-06-23Fix compilation on Windows, broken by my previous commit.Heikki Linnakangas
2014-06-20Refactor SQLCancel() and add comments, for readability.Heikki Linnakangas
2014-06-19Clear errors for prepared statement for subsequent exections.Hiroshi Inoue
2014-06-03Silence misc issues flagged up by Clang's static analyzer, scan-buildHeikki Linnakangas
2014-03-11More whitespace cleanup.Heikki Linnakangas
2014-03-11Whitespace and indentation fixes.Heikki Linnakangas
2014-03-10Fix implicit casts between SQLCHAR and char. Don't rely on -Wno-pointer-sign.Heikki Linnakangas
2013-09-02Remove useless 'sync' parameter from prepareParameters() function.Heikki Linnakangas