summaryrefslogtreecommitdiff
path: root/options.c
AgeCommit message (Expand)Author
2018-05-23Fix compiler warnings in i386-linux-gnu.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-06-10Clean up the use of 'internal' member of StatementClass.Hiroshi Inoue
2017-06-07Clean up the use of sprintf(). Replace sprintf() by snprintf() or the macro S...Hiroshi Inoue
2017-05-11Reorganize the language conversion between the current locale and unicode.Hiroshi Inoue
2017-01-21Enable SQLBulkOperations in declare/fetch mode using long (>=12bytes) bookmarks.Hiroshi Inoue
2016-11-02Added to commit 7849ba( was a patch by Tsunakawa,Takayuki).Hiroshi Inoue
2016-10-18Allow setting isolation level before the establishment of connection.Hiroshi Inoue
2016-06-17Implement SQL_QUERY_TIMEOUT. Patch by Tsunakawa, Takayuki.Hiroshi Inoue
2015-01-23Fix miscellaneous little issues spotted by Coverity.Heikki Linnakangas
2015-01-23Silence a few harmless warnings that clang static analyzer gave.Heikki Linnakangas
2015-01-22Miscellaneous cleanup.Heikki Linnakangas
2015-01-15Don't reset autocommit attribute at SQLDriverConnect.Heikki Linnakangas
2014-12-31Use libpq for everything.Heikki Linnakangas
2014-12-05On second thoughts, treat a bookmark as a 32-bit integer, not SQLULEN.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-03-11Whitespace and indentation fixes.Heikki Linnakangas
2014-02-22Change to supply non-NULL parameters for SC_set_error().Hiroshi Inoue
2013-07-10Revise MSDTC support.Hiroshi Inoue
2013-06-17Change SQL_ATTR_PARAMS_PROCESSED_PTR attribute which is set by SQLSetStmtAttr...Hiroshi Inoue
2013-04-24Silence some compiler warnings, when building on Windows.Heikki Linnakangas
2013-04-18Use FORMAT_ULEN to print SQLULENs.Heikki Linnakangas
2013-04-18Fix references to 'notice.txt'.Heikki Linnakangas
2010-09-09Correct the handling of dynamic cursors so that they are substituted by keyse...Hiroshi Inoue
2009-04-04Improve the transactional control under useDeclareFetch mode.Hiroshi Inoue
2008-09-24Suppress some compiler warnings.Hiroshi Inoue
2008-08-09Fix some bugs.Hiroshi Inoue
2007-12-26*** empty log message ***Hiroshi Inoue
2007-08-31The version is now 8.2.0403.Hiroshi Inoue
2007-06-02The version is now 8.2.0402.Hiroshi Inoue
2007-05-04Fixed HANDLE_ENLIST_IN_DTC.Hiroshi Saito
2007-05-02The version is now 8.2.0401.Hiroshi Inoue
2006-10-17The version is now 8.2.0104.Hiroshi Inoue
2006-10-13The version is now 8.2.0103.Hiroshi Inoue
2006-09-11The version is now 8.1.0102Hiroshi Inoue
2006-08-24The version is now 8.2.0.7.Hiroshi Inoue
2006-07-18The version is now 8.2.0006.Hiroshi Inoue
2006-06-12The version is now 8.2.0005.Hiroshi Inoue
2006-04-27The version is now 8.2.0002.Hiroshi Inoue
2006-04-08Commit the changed files from the enhanced branchDave Page
2006-01-31fixed point of failure on x86_64 boxes with PGAPI_SetConnectOptionLudek Finstrle
2005-11-25Cleanup a bunch of inconsistent PGAPI_ declarations/definitionsDave Page
2005-10-20Massive compiler warnings cleanup.Peter Eisentraut
2005-09-19Socket code is removed from the source. Now, psqlodbc driver relies complete...Anoop Kumar
2005-09-06Re-enable ANSI/Unicode compilation.Dave Page
2005-07-13New version of the driver with libpq based comms layer, courtesy of Anoop Kum...Dave Page
2005-06-30According to MSDN docs for SQLSetStmtAttr, if you try to request aDave Page