aboutsummaryrefslogtreecommitdiffstats
path: root/lib/odbc/doc/src/odbc.xml
AgeCommit message (Collapse)Author
2016-03-15update copyright-yearHenrik Nord
2015-07-02add doc for odbc port_timeoutStefan Strigler
2015-06-18Change license text to APLv2Bruce Yinhe
2013-09-09Merge branch 'maint'Björn-Egil Dahlberg
2013-07-04Minor correction of xml structure to conform to the DTDKenneth Lundin
2013-04-19Convert XML files to UTF-8Hans Bolinder
2013-01-09Fix some FOP warningsHans Bolinder
Examples overflowing the width of PDF pages have been fixed. The remaining warnings are due to table cells, and require more work.
2012-12-04Add extended_errors option to ODBCBernard Duggan
This patch adds the extended_errors option to odbc:connect/2. When enabled, this option alters the return code of ODBC operations that produce errors to include the ODBC error code as well as the native error code, in addition to the ODBC reason field which is returned by default. The extended error information can be used to produce more sophisticated error handling than is possible with the standard ODBC Reason alone.
2011-09-26Correct XML filesHans Bolinder
2011-06-22Add support for SQL_WLONGVARCHARHanfei Shen
2010-04-01OTP-8511 Timestamps in ODBCIngela Anderton Andin
Now supports SQL_TYPE_TIMESTAMP on the format {{YY, MM, DD}, {HH, MM, SS}}. Thanks to Juhani Ränkimies.
2010-03-09OTP-7452 Support for SQL_WCHAR, SQL_WVARCHAR and strings as binariesIngela Anderton Andin
ODBC now handles the types SQL_WCHAR and SQL_WVARCHAR. ODBC also has a new connection option to return all strings as binaries and also expect strings to be binaries in the param_query function. This provides some but not a full unicode support.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP