List:Commits« Previous MessageNext Message »
From:mcbrown Date:April 2 2007 9:13am
Subject:svn commit - mysqldoc@docsrva: r5675 - trunk/refman-common
View as plain text  
Author: mcbrown
Date: 2007-04-02 09:13:08 +0200 (Mon, 02 Apr 2007)
New Revision: 5675

Log:
Documenting Dev Bugs: 

Bug #27240
Bug #26364
Bug #26348
Bug #26147
Bug #25947



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


Modified: trunk/refman-common/news-connector-net.xml
===================================================================
--- trunk/refman-common/news-connector-net.xml	2007-04-01 23:22:51 UTC (rev 5674)
+++ trunk/refman-common/news-connector-net.xml	2007-04-02 07:13:08 UTC (rev 5675)
Changed blocks: 1, Lines Added: 17, Lines Deleted: 0; 1031 bytes

@@ -24,6 +24,23 @@
 
       <listitem>
         <para>
+          The <literal>CreateFormat</literal> column of the
+          <literal>DataTypes</literal> collection did not contain a
+          format specification for creating a new column type. (Bug
+          #25947)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          The <literal>characterset</literal> property would not be
+          identified during a connection (also affected Visual Studion
+          Plugin). (Bug #27240, Bug #26147)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           When cloning an open
           <literal>MySqlClient.MySqlConnection</literal> with the
           <option>Persist Security Info=False</option> option set, the


Modified: trunk/refman-common/news-vstudioplugin.xml
===================================================================
--- trunk/refman-common/news-vstudioplugin.xml	2007-04-01 23:22:51 UTC (rev 5674)
+++ trunk/refman-common/news-vstudioplugin.xml	2007-04-02 07:13:08 UTC (rev 5675)
Changed blocks: 1, Lines Added: 28, Lines Deleted: 0; 1105 bytes

@@ -9,6 +9,34 @@
 
   <title>MySQL Visual Studio Plugin Change History</title>
 
+  <section id="vstudio-plugin-news-1-1-3">
+
+    <title>Changes in MySQL Visual Studio Plugin 1.1.3 (Not yet
released)</title>
+
+    <para>
+      Bugs fixed:
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          Running queries based on a stored procedure would cause the
+          dataset designer to terminate. (Bugs #26364)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          DataSet wizard would show all tables instead of only the
+          tables available within the selected database. (Bugs #26348)
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+  </section>
+
   <section id="vstudio-plugin-news-1-0-2">
 
     <title>Changes in MySQL Visual Studio Plugin 1.0.2 (Not yet
released)</title>


Thread
svn commit - mysqldoc@docsrva: r5675 - trunk/refman-commonmcbrown2 Apr