Author: mcbrown
Date: 2007-08-07 09:25:32 +0200 (Tue, 07 Aug 2007)
New Revision: 7357
Log:
Documenting Dev Bugs:
Bug #29931
Bug #30204
Bug #29409
Bug #29312
Bug #30077
Modified:
trunk/refman-common/news-connector-net.xml
Modified: trunk/refman-common/news-connector-net.xml
===================================================================
--- trunk/refman-common/news-connector-net.xml 2007-08-07 06:58:26 UTC (rev 7356)
+++ trunk/refman-common/news-connector-net.xml 2007-08-07 07:25:32 UTC (rev 7357)
Changed blocks: 3, Lines Added: 102, Lines Deleted: 0; 4244 bytes
@@ -27,6 +27,48 @@
<listitem>
<para>
+ The Saudi Hijri calendar was not supported. (Bug #29931)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ An incorrect <literal>ConstraintException</literal> could be
+ raised on an <literal>INSERT</literal> when adding rows to a
+ table with a multiple-column unique key index. (Bug #30204)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The availability of a MySQL server would not be reset when
+ using pooled connections (<literal>pooling=true</literal>).
+ This would lead to the server being reported as unavailable,
+ even if the server become available while the application was
+ still running. (Bug #29409)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A <literal>FormatException</literal> error would be raised if
+ a parameter had not been found, instead of
+ <literal>Resources.ParameterMustBeDefined</literal>. (Bug
+ #29312)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A <literal>DATE</literal> field would be updated with a
+ date/time value, causing a
+ <literal>MySqlDataAdapter.Update()</literal> exception. (Bug
+ #30077)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Calling <literal>SHOW CREATE PROCEDURE</literal> for routines
with a hyphen in the catalog name produced a syntax error.
(Bug #29526)
@@ -303,6 +345,48 @@
<listitem>
<para>
+ The Saudi Hijri calendar was not supported. (Bug #29931)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ An incorrect <literal>ConstraintException</literal> could be
+ raised on an <literal>INSERT</literal> when adding rows to a
+ table with a multiple-column unique key index. (Bug #30204)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The availability of a MySQL server would not be reset when
+ using pooled connections (<literal>pooling=true</literal>).
+ This would lead to the server being reported as unavailable,
+ even if the server become available while the application was
+ still running. (Bug #29409)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A <literal>FormatException</literal> error would be raised if
+ a parameter had not been found, instead of
+ <literal>Resources.ParameterMustBeDefined</literal>. (Bug
+ #29312)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A <literal>DATE</literal> field would be updated with a
+ date/time value, causing a
+ <literal>MySqlDataAdapter.Update()</literal> exception. (Bug
+ #30077)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Calling <literal>SHOW CREATE PROCEDURE</literal> for routines
with a hyphen in the catalog name produced a syntax error.
(Bug #29526)
@@ -1347,6 +1431,24 @@
<listitem>
<para>
+ The availability of a MySQL server would not be reset when
+ using pooled connections (<literal>pooling=true</literal>).
+ This would lead to the server being reported as unavailable,
+ even if the server become available while the application was
+ still running. (Bug #29409)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ An incorrect <literal>ConstraintException</literal> could be
+ raised on an <literal>INSERT</literal> when adding rows to a
+ table with a multiple-column unique key index. (Bug #30204)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Publisher listed in "Add/Remove Programs" is not consistent
with other MySQL products. (Bug #27253)
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7357 - trunk/refman-common | mcbrown | 7 Aug |