diff options
author | Erlang/OTP <[email protected]> | 2015-09-21 17:09:23 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-09-21 17:09:23 +0200 |
commit | 6738d356a279835222b951fd213ed4cf9897eb7e (patch) | |
tree | c39c9d8a149d987b190897c03c0f3a6541fb375b /lib/odbc/doc | |
parent | c4a35d1b3a5fb7f76fb50861e52be72aeafc389d (diff) | |
download | otp-6738d356a279835222b951fd213ed4cf9897eb7e.tar.gz otp-6738d356a279835222b951fd213ed4cf9897eb7e.tar.bz2 otp-6738d356a279835222b951fd213ed4cf9897eb7e.zip |
Prepare release
Diffstat (limited to 'lib/odbc/doc')
-rw-r--r-- | lib/odbc/doc/src/notes.xml | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/lib/odbc/doc/src/notes.xml b/lib/odbc/doc/src/notes.xml index add8229955..59d46de02a 100644 --- a/lib/odbc/doc/src/notes.xml +++ b/lib/odbc/doc/src/notes.xml @@ -32,7 +32,31 @@ <p>This document describes the changes made to the odbc application. </p> - <section><title>ODBC 2.11</title> + <section><title>ODBC 2.11.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + New application variable to set timeout of internal + communication setup between the erlang code and the + c-port program that interfaces the odbc driver. This can + be useful if you have an underlying system that is slow + due to heavy load at startup.</p> + <p> + With this environment variable you can easily bypass and + tailor odbc to the needs of the underlying actual system + without changing the configuration. Which is a good thing + because this value is very system specific.</p> + <p> + Own Id: OTP-12935</p> + </item> + </list> + </section> + +</section> + +<section><title>ODBC 2.11</title> <section><title>Improvements and New Features</title> <list> |