Author: mcbrown
Date: 2007-06-14 09:30:52 +0200 (Thu, 14 Jun 2007)
New Revision: 6790
Log:
Documenting Dev Bugs:
Bug #26347
Bug #28437
Bug #28536
Adding notes on inclusion of VStudio Plugin into C/NET release
Adding notes on 5.1 functionality in C/NET
Updates/reformatting on changelog
Modified:
trunk/refman-common/connector-net.xml
trunk/refman-common/connector-vstudioplugin.xml
trunk/refman-common/news-connector-net.xml
trunk/refman-common/news-vstudioplugin.xml
Modified: trunk/refman-common/connector-net.xml
===================================================================
--- trunk/refman-common/connector-net.xml 2007-06-14 06:34:32 UTC (rev 6789)
+++ trunk/refman-common/connector-net.xml 2007-06-14 07:30:52 UTC (rev 6790)
Changed blocks: 6, Lines Added: 36, Lines Deleted: 6; 3048 bytes
@@ -113,12 +113,19 @@
<xref linkend="connector-vstudio"/>.
</para>
+ <note>
+ <para>
+ Connector/NET 5.1.2 and later include the Visual Studio Plugin by
+ default.
+ </para>
+ </note>
+
<section id="connector-net-versions">
<title>Connector/NET Versions</title>
<para>
- There are currently two versions of Connector/NET available:
+ There are currently three versions of Connector/NET available:
</para>
<itemizedlist>
@@ -137,6 +144,16 @@
subclasses, includes support for the usage advisor and
performance monitor (PerfMon) hooks.
</para>
+
+ <para>
+ Connector/NET 5.1 includes support for MySQL 4.0, MySQL 5.0,
+ MySQL 5.1 and MySQL 6.0 (Falcon Preview) features.
+ Connector/NET 5.1 also includes support for a new
+ membership/role provider, Compact Framework 2.0, a new stored
+ procedure parser and improvements to
+ <literal>GetSchema</literal>. Connector/NET 5.1 also includes
+ the Visual Studio Plugin as a standard installable component.
+ </para>
</listitem>
</itemizedlist>
@@ -1713,8 +1730,11 @@
MySQL server will execute until completion or exception
occurs.
</para>
- <remark>https://kb.mysql.com/view.php?id=4920</remark>
+ <remark>
+ https://kb.mysql.com/view.php?id=4920
+ </remark>
+
</section>
<section id="connector-net-examples-mysqlcommand-commandtype">
@@ -2505,7 +2525,11 @@
whenever the <literal>MySqlDataAdapter.SelectCommand</literal>
value of the <literal>MySqlDataAdapter</literal> changes.
</para>
- <remark>https://kb.mysql.com/view.php?id=4922</remark>
+
+ <remark>
+ https://kb.mysql.com/view.php?id=4922
+ </remark>
+
</section>
</section>
@@ -3410,8 +3434,11 @@
reset connection request executes before the user performs any
operations.
</para>
- <remark>https://kb.mysql.com/view.php?id=4918</remark>
+ <remark>
+ https://kb.mysql.com/view.php?id=4918
+ </remark>
+
<para>
<emphasis role="bold">Exception:</emphasis> The database name
is not valid.
@@ -5741,9 +5768,12 @@
the number of parameter placeholders within the command text, or
an exception will be generated.
</para>
- <remark>For a discussion of the switch to <quote>?</quote>
- for parameter placement https://kb.mysql.com/view.php?id=4914</remark>
+ <remark>
+ For a discussion of the switch to <quote>?</quote> for parameter
+ placement https://kb.mysql.com/view.php?id=4914
+ </remark>
+
<para>
<emphasis role="bold">Examples</emphasis>
</para>
Modified: trunk/refman-common/connector-vstudioplugin.xml
===================================================================
--- trunk/refman-common/connector-vstudioplugin.xml 2007-06-14 06:34:32 UTC (rev 6789)
+++ trunk/refman-common/connector-vstudioplugin.xml 2007-06-14 07:30:52 UTC (rev 6790)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 824 bytes
@@ -45,6 +45,15 @@
Other editions of Visual Studio 2005 are not supported.
</para>
+ <note>
+ <para>
+ Starting with Connector/NET 5.1.2, the Visual Studio Plugin is
+ included in the installation. If you have installed
+ Connector/NET 5.1.2, then you do not need to separately install
+ the Visual Studio Plugin.
+ </para>
+ </note>
+
<para>
Here is the list of components that should already be installed
before starting the installation of the MySQL Visual Studio
Modified: trunk/refman-common/news-connector-net.xml
===================================================================
--- trunk/refman-common/news-connector-net.xml 2007-06-14 06:34:32 UTC (rev 6789)
+++ trunk/refman-common/news-connector-net.xml 2007-06-14 07:30:52 UTC (rev 6790)
Changed blocks: 5, Lines Added: 54, Lines Deleted: 3; 2873 bytes
@@ -14,6 +14,18 @@
<title>Changes in MySQL Connector/NET Version 5.1.2 (Not yet
released)</title>
+ <para role="release-level">
+ This is a new Beta development release, fixing recently discovered
+ bugs.
+ </para>
+
+ <note>
+ <para>
+ Connector/NET 5.1.2 includes the Visual Studio Plugin by
+ default.
+ </para>
+ </note>
+
<para>
Bugs fixed:
</para>
@@ -22,6 +34,31 @@
<listitem>
<para>
+ <emphasis>Visual Studio Plugin</emphasis>: Update commands
+ would no be generated correctly when using the TableAdapter
+ wizard. (Bug #26347)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <emphasis>Visual Studio Plugin</emphasis>: Adding a new query
+ based on a stored procedure would terminate the query wizard.
+ (Bug #28536)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <emphasis>Visual Studio Plugin</emphasis>: Query Builder would
+ fail to show <literal>TINYTEXT</literal> columns, and any
+ columns listed after a <literal>TINYTEXT</literal> column
+ correctly. (Bug #28437)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Log messages would be truncated to 300 bytes. (Bug #28706)
</para>
</listitem>
@@ -35,8 +72,8 @@
<listitem>
<para>
- Accessing the results from a large querry when using data
- compression in the connection will fail to return all the
+ Accessing the results from a large query when using data
+ compression in the connection would fail to return all the
data. (Bug #28204)
</para>
</listitem>
@@ -49,6 +86,11 @@
<title>Changes in MySQL Connector/NET Version 5.1.1 (23 May 2007)</title>
+ <para role="release-level">
+ This is a new Beta development release, fixing recently discovered
+ bugs.
+ </para>
+
<para>
Bugs fixed:
</para>
@@ -128,9 +170,18 @@
<title>Changes in MySQL Connector/NET Version 5.1.0 (01 May 2007)</title>
<para>
- Other changes:
+ Functionality added or changed:
</para>
+ <para>
+ This is the first public alpha release of the current
+ Connector/NET 5.1 development branch, providing an insight to
+ upcoming features. Although some of these are still under
+ development, this release includes the following new features and
+ changes (in comparison to the current Connector/NET 5.0 production
+ release):
+ </para>
+
<itemizedlist>
<listitem>
Modified: trunk/refman-common/news-vstudioplugin.xml
===================================================================
--- trunk/refman-common/news-vstudioplugin.xml 2007-06-14 06:34:32 UTC (rev 6789)
+++ trunk/refman-common/news-vstudioplugin.xml 2007-06-14 07:30:52 UTC (rev 6790)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 0; 757 bytes
@@ -9,6 +9,15 @@
<title>MySQL Visual Studio Plugin Change History</title>
+ <note>
+ <para>
+ As of Connector/NET 5.1.2 (14 June 2007), the Visual Studion
+ Plugin is part of the main Connector/NET package. For the change
+ history for the Visual Studio Plugin, see
+ <xref linkend="connector-net-news"/>.
+ </para>
+ </note>
+
<section id="vstudio-plugin-news-1-1-3">
<title>Changes in MySQL Visual Studio Plugin 1.1.3 (Not yet
released)</title>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6790 - trunk/refman-common | mcbrown | 14 Jun |