List:Commits« Previous MessageNext Message »
From:mcbrown Date:May 16 2008 1:18pm
Subject:svn commit - mysqldoc@docsrva: r10754 - in trunk: dynamic-docs/changelog refman-common
View as plain text  
Author: mcbrown
Date: 2008-05-16 13:18:03 +0200 (Fri, 16 May 2008)
New Revision: 10754

Log:
Documenting Dev Bugs: 

Bug #34001
Bug #36313
Bug #36000
Bug #35492
Bug #30603
Bug #36432
Bug #36159
Bug #36157
Bug #36081
Bug #35619
Bug #35336
Bug #35332
Bug #35041
Bug #34338



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


Modified: trunk/dynamic-docs/changelog/connector-net-versions.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-net-versions.xml	2008-05-16 08:50:13 UTC (rev
10753)
+++ trunk/dynamic-docs/changelog/connector-net-versions.xml	2008-05-16 11:18:03 UTC (rev
10754)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 0; 824 bytes

@@ -6,6 +6,7 @@
   <versionentry ver="5.2.2" reldate="12 May 2008"></versionentry>
   <versionentry ver="5.2.1" reldate="27 February 2008"></versionentry>
   <versionentry ver="5.2.0" reldate="11 February 2008"></versionentry>
+  <versionentry ver="5.1.7" reldate="Not yet released"></versionentry>
   <versionentry ver="5.1.6" reldate="12 May 2008"></versionentry>
   <versionentry ver="5.1.5" reldate="Not yet released"></versionentry>
   <versionentry ver="5.1.4" reldate="20 November 2007"></versionentry>


Modified: trunk/dynamic-docs/changelog/connector-net.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-net.xml	2008-05-16 08:50:13 UTC (rev 10753)
+++ trunk/dynamic-docs/changelog/connector-net.xml	2008-05-16 11:18:03 UTC (rev 10754)
Changed blocks: 1, Lines Added: 298, Lines Deleted: 0; 5976 bytes

@@ -5,6 +5,304 @@
   <logentry entrytype="bug">
 
     <bugs>
+      <fixes bugid="34001"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.2.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        There was a high level of contention in the connection pooling
+        code that could lead to delays when opening connections and
+        submitting queries. The connection pooling code has been
+        modified to try and limit the effects of the contention issue.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="36313"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.6"/>
+      <version ver="5.2.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        An incorrect value for a bit field would returned in a multi-row
+        query if a preceding value for the field returned
+        <literal>NULL</literal>.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="36000"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.2.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        When using the <literal>MySQLProfileProvider</literal>, setting
+        profile details and then reading back saved data would result in
+        the default values being returned instead of the updated values.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="35492"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.9"/>
+      <version ver="5.1.6"/>
+      <version ver="5.2.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The <methodname>DbCommandBuilder.QuoteIdentifer</methodname>
+        method was not implemented.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="30603"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.7"/>
+      <version ver="5.2.3"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Using the MySQL Visual Studio plugin and a MySQL 4.1 server,
+        certain field types (<literal>ENUM</literal>) would not be
+        identified correctly. Also, when looking for tables, the plugin
+        would list all tables matching a wildcard pattern of the
+        database name supplied in the connection string, instead of only
+        tables within the specified database.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="36432"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.10"/>
+      <version ver="5.1.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        When creating a connection pool, specifying an invalid IP
+        address will cause the entire application to crash, instead of
+        providing an exception.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="36159"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The <literal>MembershipProvider</literal> will raise an
+        exception when the connection string is configured with
+        <literal>enablePasswordRetrival = true</literal> and
+        <literal>RequireQuestionAndAnswer = false</literal>.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="36157"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.6"/>
+    </versions>
+
+    <message>
+
+      <para>
+        When calling <literal>GetNumberOfUsersOnline</literal> an
+        exception is raised on the submitted query due to a missing
+        parameter.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="36081"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.6"/>
+      <version ver="5.2.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Tables with <literal>GEOMETRY</literal> field types would return
+        an unknown datatype exception.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="35619"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.6"/>
+      <version ver="5.2.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        When creating a connection, setting the
+        <literal>ConnectionString</literal> property of
+        <literal>MySqlConnection</literal> to
<literal>NULL</literal>
+        would throw an exception.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="35336"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.2.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        When using encrypted passwords, the
+        <literal>GetPassword()</literal> function would return the wrong
+        strong.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="35332"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.2.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        An error would be raised when calling
+        <literal>GetPassword()</literal> with a
<literal>NULL</literal>
+        value.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="35041"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.2.2"/>
+    </versions>
+
+    <message>
+
+      <para>
+        When retreiving data where a field has been identified as
+        containing a GUID value, the incorrect value would be returned
+        when a previous row contained a <literal>NULL</literal> value
+        for that field.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
       <fixes bugid="34338"/>
     </bugs>
 


Modified: trunk/refman-common/news-cnet-core.xml
===================================================================
--- trunk/refman-common/news-cnet-core.xml	2008-05-16 08:50:13 UTC (rev 10753)
+++ trunk/refman-common/news-cnet-core.xml	2008-05-16 11:18:03 UTC (rev 10754)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 655 bytes

@@ -43,6 +43,14 @@
 
   </section>
 
+  <section id="connector-net-news-5-1-7">
+
+    <title condition="dynamic:changelog:vertitle" role="5.1.7:connector-net:all"/>
+
+    <para condition="dynamic:changelog:entrylist" role="5.1.7:connector-net:all"/>
+
+  </section>
+
   <section id="connector-net-news-5-1-6">
 
     <title condition="dynamic:changelog:vertitle" role="5.1.6:connector-net:all"/>


Thread
svn commit - mysqldoc@docsrva: r10754 - in trunk: dynamic-docs/changelog refman-commonmcbrown16 May