index
:
psqlodbc.git
PRE_LIBPQ
REL-07_03_ENHANCED
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL8_1_STABLE
master
Official repository of the psqlodbc driver.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
statement.c
Age
Commit message (
Expand
)
Author
2024-11-03
Fix PG_ErrorInfo and ER_ReturnError when error message is larger than 65535 b...
r33s3n6
2024-08-06
only change what is necessary (#12)
Dave Cramer
2024-05-24
Fixed bugs, reported in issue #8. (#25)
Alexandr Kuznetsov
2024-05-19
Fixed typos in all source code and documentations (#11)
Hunaid Sohail
2022-11-30
Fix FetchRefcursors issues 1. Fix crash if error occurs when fetching noninit...
Adrian Grucza
2021-05-26
Named parameter binding support
Adrian Grucza
2021-05-25
Support fetching results from multiple refcursors * Multiple result sets are ...
Adrian Grucza
2021-05-25
Remove REFCUR_SUPPORT, add FetchRefcursors setting
Adrian Grucza
2021-04-21
Let SQLExecute() destroy the old result first.
Hiroshi Inoue
2021-04-21
Let SQLDescribeCol() use parsed result when the current executed result is NULL.
Hiroshi Inoue
2021-04-08
Fix a bug of CC_send_query_append() when the ignore_roundtrip_time flag is on.
Hiroshi Inoue
2020-11-07
Fix a compilation error with vc10.
Hiroshi Inoue
2020-07-19
A code cleaup.
Hiroshi Inoue
2020-07-19
Fix compilation errors with vc10 caused by the previous commit.
Hiroshi Inoue
2020-07-01
Hold the first and last result for parametrized SQL statements with array of ...
Hiroshi Inoue
2020-07-01
Revise the handling of QResultClass list.
Hiroshi Inoue
2020-05-22
Add a new option IgnoreTimeout.
Hiroshi Inoue
2020-05-20
Change SC_execute() so that it returns a return code which is not
Hiroshi Inoue
2020-05-20
Improve execution of parameterized SQL statements with arrays of parameters b...
Hiroshi Inoue
2020-05-16
Handle notice messages in libpq_bind_and_exec(). Sets and resets a notify rec...
Hiroshi Inoue
2018-05-23
Fix compiler warnings in i386-linux-gnu.
Hiroshi Inoue
2018-05-11
Fix a crash bug when handling error messages.
Hiroshi Inoue
2018-04-18
Put back the handling of lock_CC_for_rb variable.
Hiroshi Inoue
2017-12-26
Review the level of MYLOG, QLOG.
Hiroshi Inoue
2017-12-23
Free any data at exec params before the statement is executed again or the ne...
Hiroshi Inoue
2017-10-12
Fix the bug that 'create table T_$001 (c)' fails when useServerSidePrepare ...
Hiroshi Inoue
2017-09-27
Use macro IS_NOT_SPACE() instead of !isspace() to ensure that !isspace() is a...
Hiroshi Inoue
2017-09-27
Improve the use of SC_error_copy() in info.c.
Hiroshi Inoue
2017-09-24
Change QLOG() so that it calls corresponding MYLOG() as well.
Hiroshi Inoue
2017-09-21
Review the use of encoded_nextchar().
Hiroshi Inoue
2017-09-10
Fix multibyte handling of ansi driver.
Hiroshi Inoue
2017-09-03
Fix compiler warnings.
Hiroshi Inoue
2017-09-01
Improve QLOG.
Hiroshi Inoue
2017-08-30
Add missing type declaration of log_params().
Hiroshi Inoue
2017-08-30
Further improvement of qlog.
Hiroshi Inoue
2017-08-27
Further Mylog renewal.
Hiroshi Inoue
2017-08-23
The second cut of QLOG renewal.
Hiroshi Inoue
2017-08-22
Use macro QLOG instead of function qlog.
Hiroshi Inoue
2017-08-21
Fixed typos.
Hiroshi Inoue
2017-08-21
The 1st cut of qlog renewal.
Hiroshi Inoue
2017-08-16
Implement myprintf() which prints logs according to printf format and make lo...
Hiroshi Inoue
2017-08-15
Review the use of mylog().
Hiroshi Inoue
2017-08-14
Handle '$'s in identifiers correctly.
Hiroshi Inoue
2017-07-04
Fix some compiler warnings.
Hiroshi Inoue
2017-06-25
Review the use of PG_ErrorInfo.
Hiroshi Inoue
2017-06-24
Review the error handling in libpq_bind_and_exec().
Hiroshi Inoue
2017-06-14
Reduce SAVEPOINT calls especially in use declare/fetch mode by omitting SAVEP...
Hiroshi Inoue
2017-06-12
Reduce the number of roundtrips in the implementation of statement rollack.
Hiroshi Inoue
2017-06-10
Clean up the use of 'internal' member of StatementClass.
Hiroshi Inoue
2017-06-09
Rename snprintf_add() snprintfcat().
Hiroshi Inoue
[next]