Author: mcbrown
Date: 2006-12-15 13:24:20 +0100 (Fri, 15 Dec 2006)
New Revision: 4268
Log:
Updating changelog for 5.0.10
Modified:
trunk/refman-common/news-myodbc.xml
Modified: trunk/refman-common/news-myodbc.xml
===================================================================
--- trunk/refman-common/news-myodbc.xml 2006-12-14 23:34:33 UTC (rev 4267)
+++ trunk/refman-common/news-myodbc.xml 2006-12-15 12:24:20 UTC (rev 4268)
Changed blocks: 2, Lines Added: 82, Lines Deleted: 8; 2910 bytes
@@ -14,19 +14,93 @@
<title>MySQL Connector/ODBC (MyODBC) Change History</title>
+<!--
+<section id="myodbc-news-5.0.11">
+ <title>Changes in Connector/ODBC 5.0.11 (not yet releases)</title>
+</section>
+-->
+
<section id="myodbc-news-5-0-10">
-
- <title>Changes in Connector/ODBC 5.0.10 (not yet released)</title>
-
+
+ <title>Changes in Connector/ODBC 5.0.10 (14 December 2006)</title>
+
<para>
Connector/ODBC 5.0.10 is the sixth BETA release.
</para>
-
- </section>
+ <para>
+ Functionality added or changed:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ Added wide-string type info for
+ <literal>SQLGetTypeInfo()</literal>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Added loose handling of retrieving some diagnostic data. (Bug
+ #15782)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Added initial support for removing braces when calling stored
+ procedures and retrieving result sets from procedure calls.
+ (Bug #24485)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Added initial unicode support in data and metadata. (Bug
+ #24837)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Significant performance improvement when retrieving large text
+ fields in pieces using <literal>SQLGetData()</literal> with a
+ buffer smaller than the whole data. Mainly used in Access when
+ fetching very large text fields. (Bug #24876)
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ <para>
+ Bugs fixed:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ String query parameters are new escaped correctly. (Bug
+ #19078)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Editing DSN no longer crashes ODBC data source administrator.
+ (Bug #24675)
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ </section>
+
<section id="myodbc-news-5-0-9">
- <title>Changes in Connector/ODBC 5.0.9 (not yet released)</title>
+ <title>Changes in Connector/ODBC 5.0.9 (22 November 2006)</title>
<para>
Connector/ODBC 5.0.9 is the fifth BETA release.
@@ -738,8 +812,8 @@
<listitem>
<para>
- Connector/ODBC may insert the wrong parameter values when using
- prepared statements under 64-bit Linux. (Bug #22446)
+ Connector/ODBC may insert the wrong parameter values when
+ using prepared statements under 64-bit Linux. (Bug #22446)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4268 - trunk/refman-common | mcbrown | 15 Dec |