List:Commits« Previous MessageNext Message »
From:mcbrown Date:September 4 2006 4:07pm
Subject:svn commit - mysqldoc@docsrva: r3211 - trunk/refman-common
View as plain text  
Author: mcbrown
Date: 2006-09-04 16:07:36 +0200 (Mon, 04 Sep 2006)
New Revision: 3211

Log:
Documenting bugs #17736, #15077



Modified:
   trunk/refman-common/news-connector-net.xml


Modified: trunk/refman-common/news-connector-net.xml
===================================================================
--- trunk/refman-common/news-connector-net.xml	2006-09-04 14:01:00 UTC (rev 3210)
+++ trunk/refman-common/news-connector-net.xml	2006-09-04 14:07:36 UTC (rev 3211)
Changed blocks: 3, Lines Added: 27, Lines Deleted: 4; 1667 bytes

@@ -19,11 +19,18 @@
     <para>
       Functionality added or changed:
     </para>
+
     <itemizedlist>
-      <listitem><para>The <literal>MySqlexception</literal> is
norw derived from
-      the <literal>DbException</literal> class. (Bug
#21874)</para></listitem>
+
+      <listitem>
+        <para>
+          The <literal>MySqlexception</literal> is norw derived from the
+          <literal>DbException</literal> class. (Bug #21874)
+        </para>
+      </listitem>
+
     </itemizedlist>
-    
+
     <para>
       Bugs fixed:
     </para>

@@ -36,7 +43,7 @@
           column/table names, even though it was valid. (Bug #21521)
         </para>
       </listitem>
-     
+
     </itemizedlist>
 
   </section>

@@ -219,6 +226,22 @@
 
       <listitem>
         <para>
+          Called <literal>MySqlCommandBuilder.DeriveParameters</literal>
+          for a stored procedure that has no paramers would cause an
+          application crash. (Bug #15077)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          A <literal>SELECT</literal> query on a table with a date with
+          a value of <literal>'0000-00-00'</literal> would hang the
+          application. (Bug #17736)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           The <literal>#</literal> would not be accepted within
           column/table names, even though it was valid. (Bug #21521)
         </para>


Thread
svn commit - mysqldoc@docsrva: r3211 - trunk/refman-commonmcbrown4 Sep