From 68b804f34d4ec420d86953e3f519179a40fbee8f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 29 Jan 2013 11:38:41 +0100 Subject: Prepare release --- lib/odbc/doc/src/notes.xml | 53 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) (limited to 'lib/odbc') diff --git a/lib/odbc/doc/src/notes.xml b/lib/odbc/doc/src/notes.xml index 7ba0307a45..0110aa8e81 100644 --- a/lib/odbc/doc/src/notes.xml +++ b/lib/odbc/doc/src/notes.xml @@ -31,7 +31,58 @@

This document describes the changes made to the odbc application.

-
ODBC 2.10.13 +
ODBC 2.10.14 + +
Improvements and New Features + + +

+ Under Unix enable TCP_NODELAY to disable Nagel's socket + algorithm. Thanks to Andy Richards

+

+ Impact: Performance gain on Unix systems

+

+ Own Id: OTP-10506

+
+ +

+ Added extended_errors option to ODBC

+

+ 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. Thanks to + Bernard Duggan.

+

+ Own Id: OTP-10603

+
+ +

Where necessary a comment stating encoding has been + added to Erlang files. The comment is meant to be removed + in Erlang/OTP R17B when UTF-8 becomes the default + encoding.

+

+ Own Id: OTP-10630

+
+ +

Some examples overflowing the width of PDF pages have + been corrected.

+

+ Own Id: OTP-10665

+
+ +

+ Fix aotocommit for Oracle ODBC driver in Linux. Thanks to + Danil Onishchenko.

+

+ Own Id: OTP-10735

+
+
+
+ +
+ +
ODBC 2.10.13
Fixed Bugs and Malfunctions -- cgit v1.2.3