List:Commits« Previous MessageNext Message »
From:anthony.bedford Date:July 25 2008 11:58am
Subject:svn commit - mysqldoc@docsrva: r11380 - trunk/dynamic-docs/changelog
View as plain text  
Author: tbedford
Date: 2008-07-25 11:58:59 +0200 (Fri, 25 Jul 2008)
New Revision: 11380

Log:
Added an entry for Connector/NET bug #38276


Modified:
   trunk/dynamic-docs/changelog/connector-net.xml


Modified: trunk/dynamic-docs/changelog/connector-net.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-net.xml	2008-07-25 09:22:46 UTC (rev 11379)
+++ trunk/dynamic-docs/changelog/connector-net.xml	2008-07-25 09:58:59 UTC (rev 11380)
Changed blocks: 1, Lines Added: 25, Lines Deleted: 0; 986 bytes

@@ -5,6 +5,31 @@
   <logentry entrytype="bug">
 
     <bugs>
+      <fixes bugid="38276"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.2.3"/>
+      <version ver="5.1.7"/>
+    </versions>
+
+    <message>
+
+      <para>
+        There was a short circuit evaluation error in the
+        <methodname>MySqlCommand.CheckState()</methodname> method. When
+        the statement <literal>connection == null</literal> was true a
+        <classname>NullReferenceException</classname> was thrown and not
+        the expected <classname>InvalidOperationException</classname>.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
       <fixes bugid="38243"/>
     </bugs>
 


Thread
svn commit - mysqldoc@docsrva: r11380 - trunk/dynamic-docs/changeloganthony.bedford25 Jul