summaryrefslogtreecommitdiff
path: root/statement.c
AgeCommit message (Expand)Author
2024-11-03Fix PG_ErrorInfo and ER_ReturnError when error message is larger than 65535 b...r33s3n6
2024-08-06only change what is necessary (#12)Dave Cramer
2024-05-24Fixed bugs, reported in issue #8. (#25)Alexandr Kuznetsov
2024-05-19Fixed typos in all source code and documentations (#11)Hunaid Sohail
2022-11-30Fix FetchRefcursors issues 1. Fix crash if error occurs when fetching noninit...Adrian Grucza
2021-05-26Named parameter binding supportAdrian Grucza
2021-05-25Support fetching results from multiple refcursors * Multiple result sets are ...Adrian Grucza
2021-05-25Remove REFCUR_SUPPORT, add FetchRefcursors settingAdrian Grucza
2021-04-21Let SQLExecute() destroy the old result first.Hiroshi Inoue
2021-04-21Let SQLDescribeCol() use parsed result when the current executed result is NULL.Hiroshi Inoue
2021-04-08Fix a bug of CC_send_query_append() when the ignore_roundtrip_time flag is on.Hiroshi Inoue
2020-11-07Fix a compilation error with vc10.Hiroshi Inoue
2020-07-19A code cleaup.Hiroshi Inoue
2020-07-19Fix compilation errors with vc10 caused by the previous commit.Hiroshi Inoue
2020-07-01Hold the first and last result for parametrized SQL statements with array of ...Hiroshi Inoue
2020-07-01Revise the handling of QResultClass list.Hiroshi Inoue
2020-05-22Add a new option IgnoreTimeout.Hiroshi Inoue
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
2020-05-16Handle notice messages in libpq_bind_and_exec(). Sets and resets a notify rec...Hiroshi Inoue
2018-05-23Fix compiler warnings in i386-linux-gnu.Hiroshi Inoue
2018-05-11Fix a crash bug when handling error messages.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-10-12Fix the bug that 'create table T_$001 (c)' fails when useServerSidePrepare ...Hiroshi Inoue
2017-09-27Use macro IS_NOT_SPACE() instead of !isspace() to ensure that !isspace() is a...Hiroshi Inoue
2017-09-27Improve the use of SC_error_copy() in info.c.Hiroshi Inoue
2017-09-24Change QLOG() so that it calls corresponding MYLOG() as well.Hiroshi Inoue
2017-09-21Review the use of encoded_nextchar().Hiroshi Inoue
2017-09-10Fix multibyte handling of ansi driver.Hiroshi Inoue
2017-09-03Fix compiler warnings.Hiroshi Inoue
2017-09-01Improve QLOG.Hiroshi Inoue
2017-08-30Add missing type declaration of log_params().Hiroshi Inoue
2017-08-30Further improvement of qlog.Hiroshi Inoue
2017-08-27Further Mylog renewal.Hiroshi Inoue
2017-08-23The second cut of QLOG renewal.Hiroshi Inoue
2017-08-22Use macro QLOG instead of function qlog.Hiroshi Inoue
2017-08-21Fixed typos.Hiroshi Inoue
2017-08-21The 1st cut of qlog 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-08-14Handle '$'s in identifiers correctly.Hiroshi Inoue
2017-07-04Fix some compiler warnings.Hiroshi Inoue
2017-06-25Review the use of PG_ErrorInfo.Hiroshi Inoue
2017-06-24Review the error handling in libpq_bind_and_exec().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