diff options
author | Ingela Anderton Andin <[email protected]> | 2010-04-01 09:29:21 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-04-01 11:31:32 +0200 |
commit | 87bd1e8987ba216cb66f680094939cae333f2077 (patch) | |
tree | e57c313b198621a5f6c415f2208537816a79ac03 /lib/odbc/doc/src/notes.xml | |
parent | 71238dc853d1e56b34b883b233d99d4480f6bffa (diff) | |
download | otp-87bd1e8987ba216cb66f680094939cae333f2077.tar.gz otp-87bd1e8987ba216cb66f680094939cae333f2077.tar.bz2 otp-87bd1e8987ba216cb66f680094939cae333f2077.zip |
OTP-8511 Timestamps in ODBC
Now supports SQL_TYPE_TIMESTAMP on the format {{YY, MM, DD}, {HH, MM, SS}}.
Thanks to Juhani Ränkimies.
Diffstat (limited to 'lib/odbc/doc/src/notes.xml')
-rw-r--r-- | lib/odbc/doc/src/notes.xml | 58 |
1 files changed, 34 insertions, 24 deletions
diff --git a/lib/odbc/doc/src/notes.xml b/lib/odbc/doc/src/notes.xml index 29fed0e286..09d78c3248 100644 --- a/lib/odbc/doc/src/notes.xml +++ b/lib/odbc/doc/src/notes.xml @@ -20,7 +20,7 @@ under the License. </legalnotice> - + <title>ODBC Release Notes</title> <prepared>otp_appnotes</prepared> <docno>nil</docno> @@ -30,41 +30,51 @@ </header> <p>This document describes the changes made to the odbc application. </p> - + <section><title>ODBC 2.10.8</title> - - <section><title>Improvements and New Features</title> - <list> - <item> + + <section><title>Improvements and New Features</title> + <list> + <item> <p> - 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.</p> + ODBC now handles the types SQL_WCHAR and SQL_WVARCHAR. + Thanks to Juhani R�nkimies. 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. These changes provides some unicode support.</p> <p> - Own Id: OTP-7452</p> + Own Id: OTP-7452</p> </item> - </list> - </section> - - </section> - - <section><title>ODBC 2.10.7</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> <item> <p> - The odbc application can now be compiled on FreeBSD. - (Thanks to Kenji Rikitake.)</p> + Now supports SQL_TYPE_TIMESTAMP on the format {{YY, MM, + DD}, {HH, MM, SS}}. Thanks to Juhani R�nkimies.</p> + <p> + *** POTENTIAL INCOMPATIBILITY ***</p> <p> - Own Id: OTP-8444</p> + Own Id: OTP-8511</p> </item> </list> </section> +</section> + + <section><title>ODBC 2.10.7</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + The odbc application can now be compiled on FreeBSD. + (Thanks to Kenji Rikitake.)</p> + <p> + Own Id: OTP-8444</p> + </item> + </list> + </section> + + <section><title>Improvements and New Features</title> <list> <item> |