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