List:Commits« Previous MessageNext Message »
From:mcbrown Date:February 14 2008 5:41pm
Subject:svn commit - mysqldoc@docsrva: r9830 - in trunk: dynamic-docs/changelog refman-common
View as plain text  
Author: mcbrown
Date: 2008-02-14 17:41:42 +0100 (Thu, 14 Feb 2008)
New Revision: 9830

Log:
Documenting C/ODBC bugs; adding 5.1.2 and 3.51.24 to the changelog: 

Bug #11846
Bug #12805
Bug #27351
Bug #30890
Bug #32064
Bug #32684
Bug #33388
Bug #33615
Bug #33822
Bug #33897



Modified:
   trunk/dynamic-docs/changelog/connector-odbc-versions.xml
   trunk/dynamic-docs/changelog/connector-odbc.xml
   trunk/refman-common/news-codbc-core.xml


Modified: trunk/dynamic-docs/changelog/connector-odbc-versions.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-odbc-versions.xml	2008-02-14 15:23:46 UTC (rev
9829)
+++ trunk/dynamic-docs/changelog/connector-odbc-versions.xml	2008-02-14 16:41:42 UTC (rev
9830)
Changed blocks: 2, Lines Added: 23, Lines Deleted: 3; 1889 bytes

@@ -3,8 +3,27 @@
 <versionlog>
 
   <mysqlproductname title="MySQL Connector/ODBC"/>
-  <versionentry ver="5.1.2" reldate="Not yet released"/>
-  
+  <versionentry ver="5.1.2" reldate="13 February 2008">
+
+    <versionentrypreamble>
+
+      <para>
+        MySQL Connector/ODBC 5.1.2-beta, a new version of the ODBC
+        driver for the MySQL database management system, has been
+        released. This release is the second beta (feature-complete)
+        release of the new 5.1 series and is suitable for use with any
+        MySQL server version since MySQL 4.1, including MySQL 5.0, 5.1,
+        and 6.0. (It will not work with 4.0 or earlier releases.)
+      </para>
+      <para>
+        Keep in mind that this is a beta release, and as with any other
+        pre-production release, caution should be taken when installing
+        on production level systems or systems with critical data.
+      </para>
+
+    </versionentrypreamble>
+
+  </versionentry>
   <versionentry ver="5.1.1" reldate="13 December 2007">
 
     <versionentrypreamble>

@@ -168,7 +187,8 @@
   <versionentry ver="5.0.3" reldate="20 June 2006"/>
   <versionentry ver="5.0.2" reldate="Never released"/>
   <versionentry ver="5.0.1" reldate="5 June 2006"/>
-  <versionentry ver="3.51.23" reldate="Not yet released"/>
+  <versionentry ver="3.51.24" reldate="Not yet released"/>
+  <versionentry ver="3.51.23" reldate="09 January 2008"/>
   <versionentry ver="3.51.22" reldate="13 November 2007"/>
   <versionentry ver="3.51.21" reldate="08 October 2007"/>
   <versionentry ver="3.51.20" reldate="10 September 2007"/>


Modified: trunk/dynamic-docs/changelog/connector-odbc.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-odbc.xml	2008-02-14 15:23:46 UTC (rev 9829)
+++ trunk/dynamic-docs/changelog/connector-odbc.xml	2008-02-14 16:41:42 UTC (rev 9830)
Changed blocks: 4, Lines Added: 252, Lines Deleted: 0; 5213 bytes

@@ -2,9 +2,258 @@
 <!DOCTYPE changelog SYSTEM "changelog.dtd">
 <changelog>
 
+  <logentry entrytype="feature">
+
+    <versions>
+      <version ver="5.1.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        <literal>SQLForeignKeys</literal> uses
+        <literal>INFORMATION_SCHEMA</literal> when it is available on
+        the server, which allows more complete information to be
+        returned.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="feature">
+
+    <versions>
+      <version ver="5.1.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Disabled <literal>MYSQL_OPT_SSL_VERIFY_SERVER_CERT</literal>
+        when using an SSL connection.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="feature">
+
+    <bugs>
+      <fixes bugid="32064"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Explicit descriptors are implemented. 
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="feature">
+
+    <versions>
+      <version ver="5.1.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Changed <literal>SQL_ATTR_PARAMSET_SIZE</literal> to return an
+        error until support for it is implemented.
+      </para>
+
+    </message>
+
+  </logentry>
+
   <logentry entrytype="bug">
 
     <bugs>
+      <fixes bugid="27351"/>
+    </bugs>
+
+    <versions>
+      <version ver="3.51.24"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Static cursor was unable to be used through ADO when dynamic
+        cursors were enabled.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="33615"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Specifying a non-existent database name within the GUI dialog
+        would result in an empty list, not an error.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="33897"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The <option>SSLCIPHER</option> option would be incorrectly
+        recorded within the SSL configuration on Windows.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="33822"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Within the GUI interface, when connecting to a MySQL server on a
+        non-standard port, the connection test within the GUI would
+        fail. The issue was related to incorrect parsing of numeric
+        values within the DSN when the option was not configured as the
+        last parameter within the DSN.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="33388"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        When deleting rows from a static cursor, the cursor position
+        would be incorrectly reported.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="12805"/>
+      <fixes bugid="30890"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        When accessing column data,
+        <literal>FLAG_COLUMN_SIZE_S32</literal> did not limi the octet
+        length or display size reported for fields, causing problems
+        with Microsoft Visual FoxPro.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="32684"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Retrieving data from a <literal>BLOG</literal> column would fail
+        within <literal>SQLGetData</literal>when the target data type
+        was <literal>SQL_C_WCHAR</literal> due to incorrect handling of
+        the character buffer.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="11846"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Dynamic cursors on statements with parameters were not
+        supported.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
       <fixes bugid="28617"/>
     </bugs>
 

@@ -476,6 +725,7 @@
 
     <versions>
       <version ver="5.1.1"/>
+      <version ver="5.1.2"/>
     </versions>
 
     <message>

@@ -1125,6 +1375,7 @@
       <version ver="5.1.0"/>
       <version ver="5.1.1"/>
       <version ver="3.51.23"/>
+      <version ver="5.1.2"/>
     </versions>
 
     <message>

@@ -1145,6 +1396,7 @@
       <version ver="5.1.0"/>
       <version ver="5.1.1"/>
       <version ver="3.51.23"/>
+      <version ver="5.1.2"/>
     </versions>
 
     <message>


Modified: trunk/refman-common/news-codbc-core.xml
===================================================================
--- trunk/refman-common/news-codbc-core.xml	2008-02-14 15:23:46 UTC (rev 9829)
+++ trunk/refman-common/news-codbc-core.xml	2008-02-14 16:41:42 UTC (rev 9830)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 657 bytes

@@ -399,6 +399,14 @@
 
   </section>
 
+  <section id="myodbc-news-3-51-24">
+
+    <title condition="dynamic:changelog:vertitle"
role="3.51.24:connector-odbc:all"/>
+
+    <para condition="dynamic:changelog:entrylist"
role="3.51.24:connector-odbc:all"/>
+
+  </section>
+
   <section id="myodbc-news-3-51-23">
 
     <title condition="dynamic:changelog:vertitle"
role="3.51.23:connector-odbc:all"/>


Thread
svn commit - mysqldoc@docsrva: r9830 - in trunk: dynamic-docs/changelog refman-commonmcbrown14 Feb