Author: mcbrown
Date: 2006-11-21 11:22:52 +0100 (Tue, 21 Nov 2006)
New Revision: 3999
Log:
Updating for the 5.0.9 changelog
Modified:
trunk/refman-common/news-myodbc.xml
Modified: trunk/refman-common/news-myodbc.xml
===================================================================
--- trunk/refman-common/news-myodbc.xml 2006-11-21 09:01:10 UTC (rev 3998)
+++ trunk/refman-common/news-myodbc.xml 2006-11-21 10:22:52 UTC (rev 3999)
Changed blocks: 1, Lines Added: 106, Lines Deleted: 0; 2907 bytes
@@ -14,11 +14,117 @@
<title>MySQL Connector/ODBC (MyODBC) Change History</title>
+ <section id="myodbc-news-5-0-9">
+
+ <title>Changes in Connector/ODBC 5.0.9 (not yet released)</title>
+
+ <para>
+ Connector/ODBC 5.0.9 is the fifth BETA release.
+ </para>
+
+ <para>
+ This is an implementation and testing release, and is not designed
+ for use within a production environment.
+ </para>
+
+ <para>
+ Functionality added or changed:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ Added recognition of <literal>SQL_C_SHORT</literal> and
+ <literal>SQL_C_TINYINT</literal> as C types.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Added support for column binding as SQL_NUMBERIC_STRUCT.
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ <para>
+ Bugs fixed:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ Fixed wildcard handling of and listing of catalogs and tables
+ in <literal>SQLTables</literal>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Catch use of <literal>SQL_ATTR_PARAMSET_SIZE</literal> and
+ report error until we fully support.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Corrected retrieval multiple field types bit and blob/text.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Fixed buffer length return for SQLDriverConnect.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Added limit of display size when requested via
+ <literal>SQLColAttribute</literal>/<literal>SQL_DESC_DISPLAY_SIZE</literal>.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Fixed statistics to fail if it couldn't be completed.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Fixed SQLGetData to clear the NULL indicator correctly during
+ multiple calls.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ ODBC v2 behaviour in driver now supports ODBC v3 date/time
+ types (since DriverManager maps them).
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ </section>
+
<section id="myodbc-news-5-0-8">
<title>Changes in Connector/ODBC 5.0.8 (17 November 2006)</title>
<para>
+ Connector/ODBC 5.0.8 is the fourth BETA release.
+ </para>
+
+ <para>
+ This is an implementation and testing release, and is not designed
+ for use within a production environment.
+ </para>
+
+ <para>
Functionality added or changed:
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3999 - trunk/refman-common | mcbrown | 21 Nov |