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
/
execute.c
Age
Commit message (
Expand
)
Author
2024-05-19
Fixed typos in all source code and documentations (#11)
Hunaid Sohail
2021-04-21
Let SQLExecute() destroy the old result first.
Hiroshi Inoue
2020-07-19
A code cleaup.
Hiroshi Inoue
2020-07-01
Revise the handling of QResultClass list.
Hiroshi Inoue
2020-05-26
fixed loop initial declaration used outside C99 mode.
Hiroshi Saito
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
2018-05-23
Fix compiler warnings in i386-linux-gnu.
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-09-18
Improve @@identty handling.
Hiroshi Inoue
2017-09-12
Handle PG 10 identity columns.
Hiroshi Inoue
2017-08-27
Further Mylog 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-07-19
Fix buffer truncations reported by Pavel Raiskup.
Hiroshi Inoue
2017-07-04
Fix some compiler warnings.
Hiroshi Inoue
2017-06-30
Review CC_send_query_append(.., .., ROLLBACK_ON_ERROR | IGNORE_ABORT_ON_CONN,...
Hiroshi Inoue
2017-06-19
Don't call CC_send_query() so as to ROLLBACK to the internal savepoint.
Hiroshi Inoue
2017-06-17
Reduce roundtrips when using SAVEPOINTs by issuing multiple commands after pr...
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
2017-06-07
Clean up the use of sprintf(). Replace sprintf() by snprintf() or the macro S...
Hiroshi Inoue
2017-05-19
Remove the stuff about Debug and Commlog from getCommonDefaults().
Hiroshi Inoue
2017-03-24
Add #ifdef UNICODE_SUPPORT where there should be.
Hiroshi Inoue
2017-03-07
Revise recent lost connection check.
Hiroshi Inoue
2016-10-08
Fix compiler warnings.
Hiroshi Inoue
2016-04-03
The third stricmp() in writeDriverCommoninfo() is useless, because the second...
Hiroshi Inoue
2016-02-27
Clear the parsed result before executing simple query so that SQLRowCount() r...
Hiroshi Inoue
2015-11-24
Remove an unrefereced variable.
Hiroshi Inoue
2015-11-09
Improve parsing of INSERT INTO statements to support @@identity
Heikki Linnakangas
2015-01-29
Don't do premature execution.
Heikki Linnakangas
2015-01-19
Remove long-since obsolete FAR/NEAR decorations from pointers.
Heikki Linnakangas
2014-12-31
Use libpq for everything.
Heikki Linnakangas
2014-12-02
Misc cleanup.
Heikki Linnakangas
2014-10-29
Remove some remnants of ODBCVER < 3.51 support.
Heikki Linnakangas
2014-10-29
Remove support for ODBC versions < 3.51.
Heikki Linnakangas
2014-10-29
Remove support for protocol versions older than 3.
Heikki Linnakangas
2014-09-22
Fix the bug reported by Phillippe Champignon.
Hiroshi Inoue
2014-06-23
Fix compilation on Windows, broken by my previous commit.
Heikki Linnakangas
2014-06-20
Refactor SQLCancel() and add comments, for readability.
Heikki Linnakangas
2014-06-19
Clear errors for prepared statement for subsequent exections.
Hiroshi Inoue
2014-06-03
Silence misc issues flagged up by Clang's static analyzer, scan-build
Heikki Linnakangas
2014-03-11
More whitespace cleanup.
Heikki Linnakangas
2014-03-11
Whitespace and indentation fixes.
Heikki Linnakangas
2014-03-10
Fix implicit casts between SQLCHAR and char. Don't rely on -Wno-pointer-sign.
Heikki Linnakangas
2013-09-02
Remove useless 'sync' parameter from prepareParameters() function.
Heikki Linnakangas
[next]