Author: mcbrown
Date: 2007-05-20 08:17:39 +0200 (Sun, 20 May 2007)
New Revision: 6548
Log:
Documenting Dev Bugs:
Bug #28261
Bug #23342
Bug #28260
Bug #26754
Bug #26472
Modified:
trunk/refman-common/news-connector-net.xml
Modified: trunk/refman-common/news-connector-net.xml
===================================================================
--- trunk/refman-common/news-connector-net.xml 2007-05-20 05:41:13 UTC (rev 6547)
+++ trunk/refman-common/news-connector-net.xml 2007-05-20 06:17:39 UTC (rev 6548)
Changed blocks: 2, Lines Added: 47, Lines Deleted: 0; 2203 bytes
@@ -22,6 +22,28 @@
<listitem>
<para>
+ Connector/NET would look for the wrong table when executing
+ <literal>User.IsRole().</literal> (Bug #28251)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>DATETIME</literal> fields from versions of MySQL
+ bgefore 4.1 would be incorrectly parsed, resulting in a
+ exception. (Bug #23342)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Installation of the Connector/NET on Windows would fail if
+ VisualStudio had not already been installed. (Bug #28260)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Using <literal>MySQLDataAdapter.FillSchema()</literal> on a
stored procedure would raise an exception: <literal>Invalid
attempt to access a field before calling Read()</literal>.
@@ -114,6 +136,31 @@
<listitem>
<para>
+ Enlisting a null transaction would affect the current
+ connection object, such that further enlistment operations to
+ the transaction are not possible. (Bug #26754)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Attempting to change the the <literal>Connection
+ Protocol</literal> property within a
+ <literal>PropertyGrid</literal> control would raise an
+ exception. (Bug #26472)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>DATETIME</literal> fields from versions of MySQL
+ bgefore 4.1 would be incorrectly parsed, resulting in a
+ exception. (Bug #23342)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Using <literal>MySQLDataAdapter.FillSchema()</literal> on a
stored procedure would raise an exception: <literal>Invalid
attempt to access a field before calling Read()</literal>.
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6548 - trunk/refman-common | mcbrown | 20 May |