From 87bd1e8987ba216cb66f680094939cae333f2077 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Thu, 1 Apr 2010 09:29:21 +0000 Subject: OTP-8511 Timestamps in ODBC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now supports SQL_TYPE_TIMESTAMP on the format {{YY, MM, DD}, {HH, MM, SS}}. Thanks to Juhani Ränkimies. --- lib/odbc/doc/src/notes.xml | 58 +++++++++++++++++++++++++++------------------- 1 file changed, 34 insertions(+), 24 deletions(-) (limited to 'lib/odbc/doc/src/notes.xml') 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. - + ODBC Release Notes otp_appnotes nil @@ -30,41 +30,51 @@

This document describes the changes made to the odbc application.

- +
ODBC 2.10.8 - -
Improvements and New Features - - + +
Improvements and New Features + +

- 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.

+ 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.

- Own Id: OTP-7452

+ Own Id: OTP-7452

-
-
- -
- -
ODBC 2.10.7 - -
Fixed Bugs and Malfunctions -

- The odbc application can now be compiled on FreeBSD. - (Thanks to Kenji Rikitake.)

+ Now supports SQL_TYPE_TIMESTAMP on the format {{YY, MM, + DD}, {HH, MM, SS}}. Thanks to Juhani Ränkimies.

+

+ *** POTENTIAL INCOMPATIBILITY ***

- Own Id: OTP-8444

+ Own Id: OTP-8511

+
+ +
ODBC 2.10.7 + +
Fixed Bugs and Malfunctions + + +

+ The odbc application can now be compiled on FreeBSD. + (Thanks to Kenji Rikitake.)

+

+ Own Id: OTP-8444

+
+
+
+ +
Improvements and New Features -- cgit v1.2.3